public class CTEmbeddedFontListEntry extends Object implements Child
Java class for CT_EmbeddedFontListEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_EmbeddedFontListEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="font" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextFont"/>
<element name="regular" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_EmbeddedFontDataId" minOccurs="0"/>
<element name="bold" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_EmbeddedFontDataId" minOccurs="0"/>
<element name="italic" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_EmbeddedFontDataId" minOccurs="0"/>
<element name="boldItalic" type="{http://schemas.openxmlformats.org/presentationml/2006/main}CT_EmbeddedFontDataId" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTEmbeddedFontDataId |
bold |
protected CTEmbeddedFontDataId |
boldItalic |
protected TextFont |
font |
protected CTEmbeddedFontDataId |
italic |
protected CTEmbeddedFontDataId |
regular |
| Constructor and Description |
|---|
CTEmbeddedFontListEntry() |
| 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.
|
CTEmbeddedFontDataId |
getBold()
Gets the value of the bold property.
|
CTEmbeddedFontDataId |
getBoldItalic()
Gets the value of the boldItalic property.
|
TextFont |
getFont()
Gets the value of the font property.
|
CTEmbeddedFontDataId |
getItalic()
Gets the value of the italic property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTEmbeddedFontDataId |
getRegular()
Gets the value of the regular property.
|
void |
setBold(CTEmbeddedFontDataId value)
Sets the value of the bold property.
|
void |
setBoldItalic(CTEmbeddedFontDataId value)
Sets the value of the boldItalic property.
|
void |
setFont(TextFont value)
Sets the value of the font property.
|
void |
setItalic(CTEmbeddedFontDataId value)
Sets the value of the italic property.
|
void |
setParent(Object parent) |
void |
setRegular(CTEmbeddedFontDataId value)
Sets the value of the regular property.
|
protected TextFont font
protected CTEmbeddedFontDataId regular
protected CTEmbeddedFontDataId bold
protected CTEmbeddedFontDataId italic
protected CTEmbeddedFontDataId boldItalic
public TextFont getFont()
TextFontpublic void setFont(TextFont value)
value - allowed object is
TextFontpublic CTEmbeddedFontDataId getRegular()
CTEmbeddedFontDataIdpublic void setRegular(CTEmbeddedFontDataId value)
value - allowed object is
CTEmbeddedFontDataIdpublic CTEmbeddedFontDataId getBold()
CTEmbeddedFontDataIdpublic void setBold(CTEmbeddedFontDataId value)
value - allowed object is
CTEmbeddedFontDataIdpublic CTEmbeddedFontDataId getItalic()
CTEmbeddedFontDataIdpublic void setItalic(CTEmbeddedFontDataId value)
value - allowed object is
CTEmbeddedFontDataIdpublic CTEmbeddedFontDataId getBoldItalic()
CTEmbeddedFontDataIdpublic void setBoldItalic(CTEmbeddedFontDataId value)
value - allowed object is
CTEmbeddedFontDataIdpublic 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.