public class CdrFont extends CdrDictionaryItem
the cdr Font
CdrObjectContainer| Constructor and Description |
|---|
CdrFont() |
| Modifier and Type | Method and Description |
|---|---|
short |
getEncoding()
Gets the encoding.
|
String |
getFontName()
Gets the name of the font.
|
void |
setEncoding(short value)
Sets the encoding.
|
void |
setFontName(String value)
Sets the name of the font.
|
getId, setIdgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final String getFontName()
Gets the name of the font.
public final void setFontName(String value)
Sets the name of the font.
value - the name of the font.public final short getEncoding()
Gets the encoding.
public final void setEncoding(short value)
Sets the encoding.
value - the encoding.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.