Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
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 IParagraphBase : IDocumentObject
Public Interface IParagraphBase Inherits IDocumentObject
public interface class IParagraphBase : IDocumentObject
type IParagraphBase = interface interface IDocumentObject end
Members
| All Members | Properties | Methods |
| Member | Description | |
|---|---|---|
| ApplyStyle(String) |
Applys the character style.
| |
| Clone()()()() | (Inherited from IDocumentObject.) | |
| Document | (Inherited from IDocumentObject.) | |
| DocumentObjectType | (Inherited from IDocumentObject.) | |
| GetNextWidgetSibling()()()() | (Inherited from IDocumentObject.) | |
| GetPreviousWidgetSibling()()()() | (Inherited from IDocumentObject.) | |
| IsComposite | (Inherited from IDocumentObject.) | |
| NextSibling | (Inherited from IDocumentObject.) | |
| Owner | (Inherited from IDocumentObject.) | |
| OwnerParagraph | ||
| PreviousSibling | (Inherited from IDocumentObject.) | |
| StyleName |
Gets the style name.
|