|
|||||||||
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
com.spire.doc.fields.Symbol
public class Symbol
Constructor Summary | |
---|---|
Symbol(IDocument doc)
Initializing constructor. |
Method Summary | |
---|---|
byte |
getCharacterCode()
Returns symbol's character code. |
CharacterFormat |
getCharacterFormat()
Gets character format for the symbol. |
DocumentObjectType |
getDocumentObjectType()
Gets the type of the document object. |
java.lang.String |
getFontName()
Returns symbol font name. |
void |
setCharacterCode(byte value)
Sets symbol's character code. |
void |
setFontName(java.lang.String value)
Sets symbol font name. |
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getAncestor, getChildObjects, getOwnerParagraph, getStyleName, isDeleteRevision, isInsertRevision |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, getFirstChild, getLastChild, getNextSibling, getOwner, getPreviousSibling, isComposite, toString |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Methods inherited from interface com.spire.doc.interfaces.IDocumentObject |
---|
deepClone, getDocument, getNextSibling, getOwner, getPreviousSibling, isComposite |
Methods inherited from interface com.spire.doc.documents.IRunAttrSource |
---|
clearRunAttrs, fetchInheritedRunAttr, getDirectRunAttr, getDirectRunAttrByIndex, getDirectRunAttrsCount, setRunAttr |
Constructor Detail |
---|
public Symbol(IDocument doc)
doc
- docMethod Detail |
---|
public DocumentObjectType getDocumentObjectType()
getDocumentObjectType
in interface IDocumentObject
getDocumentObjectType
in class DocumentObject
public CharacterFormat getCharacterFormat()
getCharacterFormat
in class ParagraphBase
public java.lang.String getFontName()
public void setFontName(java.lang.String value)
value
- The font namepublic byte getCharacterCode()
public void setCharacterCode(byte value)
value
- The character code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |