|
|||||||||
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 class. |
|
FormatBase(FormatBase parent,
int parentKey)
Initializes a new instance of the FormatBase class. |
|
FormatBase(FormatBase parent,
int parentKey,
int parentOffset)
Initializing constructor. |
|
FormatBase(IDocument doc)
Initializes a new instance of the FormatBase class. |
|
FormatBase(IDocument doc,
DocumentObject owner)
Initializes a new instance of the FormatBase class. |
Method Summary | |
---|---|
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()
FormatBase
class.
public FormatBase(IDocument doc)
FormatBase
class.
doc
- docpublic FormatBase(IDocument doc, DocumentObject owner)
FormatBase
class.
doc
- docowner
- ownerpublic FormatBase(FormatBase parent, int parentKey)
FormatBase
class.
parent
- FormatBaseparentKey
- parentKeypublic FormatBase(FormatBase parent, int parentKey, int parentOffset)
parent
- FormatBaseparentKey
- parentKeyparentOffset
- parentOffsetMethod Detail |
---|
public boolean isDefault()
public boolean hasKey(int key)
key
- The key.
public void clearFormatting()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |