public static class Fonts.Font extends Object implements Child
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="altName" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="val" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="panose1" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Panose" minOccurs="0"/>
<element name="charset" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_UcharHexNumber" minOccurs="0"/>
<element name="family" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FontFamily" minOccurs="0"/>
<element name="notTrueType" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}BooleanDefaultTrue" minOccurs="0"/>
<element name="pitch" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_Pitch" minOccurs="0"/>
<element name="sig" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FontSig" minOccurs="0"/>
<element name="embedRegular" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FontRel" minOccurs="0"/>
<element name="embedBold" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FontRel" minOccurs="0"/>
<element name="embedItalic" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FontRel" minOccurs="0"/>
<element name="embedBoldItalic" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}CT_FontRel" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
Fonts.Font.AltName
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Fonts.Font.AltName |
altName |
protected CTUcharHexNumber |
charset |
protected FontRel |
embedBold |
protected FontRel |
embedBoldItalic |
protected FontRel |
embedItalic |
protected FontRel |
embedRegular |
protected FontFamily |
family |
protected String |
name |
protected BooleanDefaultTrue |
notTrueType |
protected FontPanose |
panose1 |
protected FontPitch |
pitch |
protected FontSig |
sig |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
Fonts.Font.AltName |
getAltName()
Gets the value of the altName property.
|
CTUcharHexNumber |
getCharset()
Gets the value of the charset property.
|
FontRel |
getEmbedBold()
Gets the value of the embedBold property.
|
FontRel |
getEmbedBoldItalic()
Gets the value of the embedBoldItalic property.
|
FontRel |
getEmbedItalic()
Gets the value of the embedItalic property.
|
FontRel |
getEmbedRegular()
Gets the value of the embedRegular property.
|
FontFamily |
getFamily()
Gets the value of the family property.
|
String |
getName()
Gets the value of the name property.
|
BooleanDefaultTrue |
getNotTrueType()
Gets the value of the notTrueType property.
|
FontPanose |
getPanose1()
Gets the value of the panose1 property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
FontPitch |
getPitch()
Gets the value of the pitch property.
|
FontSig |
getSig()
Gets the value of the sig property.
|
void |
setAltName(Fonts.Font.AltName value)
Sets the value of the altName property.
|
void |
setCharset(CTUcharHexNumber value)
Sets the value of the charset property.
|
void |
setEmbedBold(FontRel value)
Sets the value of the embedBold property.
|
void |
setEmbedBoldItalic(FontRel value)
Sets the value of the embedBoldItalic property.
|
void |
setEmbedItalic(FontRel value)
Sets the value of the embedItalic property.
|
void |
setEmbedRegular(FontRel value)
Sets the value of the embedRegular property.
|
void |
setFamily(FontFamily value)
Sets the value of the family property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNotTrueType(BooleanDefaultTrue value)
Sets the value of the notTrueType property.
|
void |
setPanose1(FontPanose value)
Sets the value of the panose1 property.
|
void |
setParent(Object parent) |
void |
setPitch(FontPitch value)
Sets the value of the pitch property.
|
void |
setSig(FontSig value)
Sets the value of the sig property.
|
protected Fonts.Font.AltName altName
protected FontPanose panose1
protected CTUcharHexNumber charset
protected FontFamily family
protected BooleanDefaultTrue notTrueType
protected FontPitch pitch
protected FontSig sig
protected FontRel embedRegular
protected FontRel embedBold
protected FontRel embedItalic
protected FontRel embedBoldItalic
protected String name
public Fonts.Font.AltName getAltName()
Fonts.Font.AltNamepublic void setAltName(Fonts.Font.AltName value)
value - allowed object is
Fonts.Font.AltNamepublic FontPanose getPanose1()
FontPanosepublic void setPanose1(FontPanose value)
value - allowed object is
FontPanosepublic CTUcharHexNumber getCharset()
CTUcharHexNumberpublic void setCharset(CTUcharHexNumber value)
value - allowed object is
CTUcharHexNumberpublic FontFamily getFamily()
FontFamilypublic void setFamily(FontFamily value)
value - allowed object is
FontFamilypublic BooleanDefaultTrue getNotTrueType()
BooleanDefaultTruepublic void setNotTrueType(BooleanDefaultTrue value)
value - allowed object is
BooleanDefaultTruepublic FontPitch getPitch()
FontPitchpublic void setPitch(FontPitch value)
value - allowed object is
FontPitchpublic FontSig getSig()
FontSigpublic void setSig(FontSig value)
value - allowed object is
FontSigpublic FontRel getEmbedRegular()
FontRelpublic void setEmbedRegular(FontRel value)
value - allowed object is
FontRelpublic FontRel getEmbedBold()
FontRelpublic void setEmbedBold(FontRel value)
value - allowed object is
FontRelpublic FontRel getEmbedItalic()
FontRelpublic void setEmbedItalic(FontRel value)
value - allowed object is
FontRelpublic FontRel getEmbedBoldItalic()
FontRelpublic void setEmbedBoldItalic(FontRel value)
value - allowed object is
FontRelpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2021. All Rights Reserved.