Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IParagraph : IBodyRegion, 
	IDocumentObject, IStyleHolder, ICompositeObject
Public Interface IParagraph
	Inherits IBodyRegion, IDocumentObject, IStyleHolder, ICompositeObject
public interface class IParagraph : IBodyRegion, 
	IDocumentObject, IStyleHolder, ICompositeObject
type IParagraph =  
    interface
        interface IBodyRegion
        interface IDocumentObject
        interface IStyleHolder
        interface ICompositeObject
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AppendBookmarkEnd(String)
AppendBookmarkStart(String)
AppendBreak(BreakType)
AppendCheckBox()()()()
AppendCheckBox(String, Boolean)
AppendComment(String)
AppendDropDownFormField()()()()
AppendDropDownFormField(String)
AppendField(String, FieldType)
AppendFootnote(FootnoteType)
AppendHTML(String)
AppendHyperlink(String, DocPicture, HyperlinkType)
AppendHyperlink(String, String, HyperlinkType)
AppendOleObject(String, DocPicture)
AppendOleObject(array<Byte>[]()[][], DocPicture, OleLinkType)
AppendOleObject(array<Byte>[]()[][], DocPicture, OleObjectType)
AppendOleObject(array<Byte>[]()[][], DocPicture, String)
AppendOleObject(Stream, DocPicture, OleLinkType)
AppendOleObject(Stream, DocPicture, OleObjectType)
AppendOleObject(Stream, DocPicture, String)
AppendOleObject(String, DocPicture, OleObjectType)
AppendPicture(array<Byte>[]()[][])
AppendPicture(Image)
AppendSymbol(Byte)
AppendText(String)
AppendTextBox(Single, Single)
AppendTextFormField(String)
AppendTextFormField(String, String)
AppendTOC(Int32, Int32)
ApplyStyle(String) (Inherited from IStyleHolder.)
ApplyStyle(BuiltinStyle) (Inherited from IStyleHolder.)
BreakCharacterFormat
ChildObjects (Inherited from ICompositeObject.)
Clone()()()() (Inherited from IDocumentObject.)
Document (Inherited from IDocumentObject.)
DocumentObjectType (Inherited from IDocumentObject.)
Format
GetNextWidgetSibling()()()() (Inherited from IDocumentObject.)
GetPreviousWidgetSibling()()()() (Inherited from IDocumentObject.)
GetStyle()()()()
IsComposite (Inherited from IDocumentObject.)
IsEndOfDocument
IsEndOfSection
IsInCell
Item[([( Int32])])
Items
ListFormat
NextSibling (Inherited from IDocumentObject.)
Owner (Inherited from IDocumentObject.)
PreviousSibling (Inherited from IDocumentObject.)
RemoveAbsPosition()()()()
Replace(Regex, TextSelection) (Inherited from IBodyRegion.)
Replace(Regex, String) (Inherited from IBodyRegion.)
Replace(String, String, Boolean, Boolean) (Inherited from IBodyRegion.)
Replace(String, TextSelection, Boolean, Boolean)
StyleName (Inherited from IStyleHolder.)
Text

See Also