| Modifier | Constructor and Description |
|---|---|
protected |
XDDFFont(FontGroup group,
org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont font) |
|
XDDFFont(FontGroup group,
String typeface,
Byte charset,
Byte pitch,
byte[] panose) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
getCharset() |
FontGroup |
getGroup() |
byte[] |
getPanose() |
Byte |
getPitchFamily() |
String |
getTypeface() |
protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont |
getXmlObject() |
static XDDFFont |
unsetFontForGroup(FontGroup group) |
@Internal protected org.openxmlformats.schemas.drawingml.x2006.main.CTTextFont getXmlObject()
public FontGroup getGroup()
public String getTypeface()
public Byte getCharset()
public Byte getPitchFamily()
public byte[] getPanose()