|
|||||||||
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.formatting.FormatBase
public abstract class FormatBase
Constructor Summary | |
---|---|
FormatBase()
Initializes a new instance of the |
|
FormatBase(FormatBase parent,
int parentKey)
Initializes a new instance of the |
|
FormatBase(FormatBase parent,
int parentKey,
int parentOffset)
Initializing constructor. |
|
FormatBase(IDocument doc)
Initializes a new instance of the |
|
FormatBase(IDocument doc,
DocumentObject owner)
Initializes a new instance of the |
Method Summary | |
---|---|
void |
clearBackground()
|
void |
clearFormatting()
Clears the formatting. |
boolean |
hasKey(int key)
Checks if Key exists. |
boolean |
isDefault()
Gets a value indicating whether format is default. |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public FormatBase()
public FormatBase(IDocument doc)
doc
- The doc.public FormatBase(IDocument doc, DocumentObject owner)
doc
- The doc.owner
- The owner.public FormatBase(FormatBase parent, int parentKey)
parent
- The parent.parentKey
- The parent key.public FormatBase(FormatBase parent, int parentKey, int parentOffset)
parent
- The parent.parentKey
- The parent key.parentOffset
- The parent offset.Method Detail |
---|
public boolean isDefault()
public boolean hasKey(int key)
key
- The key.
public void clearFormatting()
public void clearBackground()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |