|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.DocumentObject
com.spire.doc.DocumentBase
com.spire.doc.fields.ParagraphBase
public abstract class ParagraphBase
Constructor Summary | |
---|---|
protected |
ParagraphBase(Document doc)
|
Method Summary | |
---|---|
void |
applyCharacterFormat(CharacterFormat charFormat)
Sets the character format. |
void |
applyStyle(java.lang.String styleName)
Applies the specified style. |
CharacterFormat |
getCharacterFormat()
Gets the character format. |
DocumentObjectCollection |
getChildObjects()
Gets the child objects of the entity. |
EditRevision |
getDeleteRevision()
Gets the delete revision for this objects. |
EditRevision |
getInsertRevision()
Gets the insert revision for this objects. |
IDocumentObject |
getNextWidgetSibling()
Gets the next widget sibling. |
Paragraph |
getOwnerParagraph()
Gets owner paragraph. |
IDocumentObject |
getPreviousWidgetSibling()
Gets the previous widget sibling. |
java.lang.String |
getStyleName()
Gets the style name. |
boolean |
isDeleteRevision()
Gets or set a value indicating whether this item was deleted from the document, when "Track Changes" is or was set to "true". |
boolean |
isInsertRevision()
Gets a value indicating whether this item was inserted to the document, when "Track Changes" is or was set to "true". |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, getDocumentObjectType, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, prependChild, toString |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
deepClone, getDocument, getDocumentObjectType, getNextSibling, getOwner, getPreviousSibling, isComposite |
Constructor Detail |
---|
protected ParagraphBase(Document doc)
Method Detail |
---|
public DocumentObjectCollection getChildObjects()
getChildObjects
in class DocumentObject
public Paragraph getOwnerParagraph()
getOwnerParagraph
in interface IParagraphBase
public boolean isInsertRevision()
public boolean isDeleteRevision()
public EditRevision getDeleteRevision()
public EditRevision getInsertRevision()
public java.lang.String getStyleName()
getStyleName
in interface IParagraphBase
public CharacterFormat getCharacterFormat()
public void applyCharacterFormat(CharacterFormat charFormat)
charFormat
- The character format.public void applyStyle(java.lang.String styleName)
applyStyle
in interface IParagraphBase
styleName
- The style name.public IDocumentObject getPreviousWidgetSibling()
getPreviousWidgetSibling
in class DocumentObject
public IDocumentObject getNextWidgetSibling()
getNextWidgetSibling
in class DocumentObject
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |