|
|||||||||
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)
|
Method Summary | |
---|---|
byte |
getCharacterCode()
Returns or sets 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 or setssymbol font name. |
void |
setCharacterCode(byte value)
Returns or sets symbol's character code. |
void |
setFontName(java.lang.String value)
Returns or setssymbol font name. |
Methods inherited from class com.spire.doc.fields.ParagraphBase |
---|
applyCharacterFormat, applyStyle, getChildObjects, getDeleteRevision, getInsertRevision, getNextWidgetSibling, getOwnerParagraph, getPreviousWidgetSibling, getStyleName, isDeleteRevision, isInsertRevision |
Methods inherited from class com.spire.doc.DocumentObject |
---|
deepClone, 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, getNextSibling, getOwner, getPreviousSibling, isComposite |
Constructor Detail |
---|
public Symbol(IDocument doc)
Method 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)
public byte getCharacterCode()
public void setCharacterCode(byte value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |