Package org.pptx4j.pml
Class CTEmbeddedFontListEntry
java.lang.Object
org.pptx4j.pml.CTEmbeddedFontListEntry
- All Implemented Interfaces:
Child
public class CTEmbeddedFontListEntry extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected CTEmbeddedFontDataIdboldprotected CTEmbeddedFontDataIdboldItalicprotected TextFontfontprotected CTEmbeddedFontDataIditalicprotected CTEmbeddedFontDataIdregular -
Constructor Summary
Constructors Constructor Description CTEmbeddedFontListEntry() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTEmbeddedFontDataIdgetBold()Gets the value of the bold property.CTEmbeddedFontDataIdgetBoldItalic()Gets the value of the boldItalic property.TextFontgetFont()Gets the value of the font property.CTEmbeddedFontDataIdgetItalic()Gets the value of the italic property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTEmbeddedFontDataIdgetRegular()Gets the value of the regular property.voidsetBold(CTEmbeddedFontDataId value)Sets the value of the bold property.voidsetBoldItalic(CTEmbeddedFontDataId value)Sets the value of the boldItalic property.voidsetFont(TextFont value)Sets the value of the font property.voidsetItalic(CTEmbeddedFontDataId value)Sets the value of the italic property.voidsetParent(java.lang.Object parent)voidsetRegular(CTEmbeddedFontDataId value)Sets the value of the regular property.
-
Field Details
-
Constructor Details
-
CTEmbeddedFontListEntry
public CTEmbeddedFontListEntry()
-
-
Method Details
-
getFont
Gets the value of the font property.- Returns:
- possible object is
TextFont
-
setFont
Sets the value of the font property.- Parameters:
value- allowed object isTextFont
-
getRegular
Gets the value of the regular property.- Returns:
- possible object is
CTEmbeddedFontDataId
-
setRegular
Sets the value of the regular property.- Parameters:
value- allowed object isCTEmbeddedFontDataId
-
getBold
Gets the value of the bold property.- Returns:
- possible object is
CTEmbeddedFontDataId
-
setBold
Sets the value of the bold property.- Parameters:
value- allowed object isCTEmbeddedFontDataId
-
getItalic
Gets the value of the italic property.- Returns:
- possible object is
CTEmbeddedFontDataId
-
setItalic
Sets the value of the italic property.- Parameters:
value- allowed object isCTEmbeddedFontDataId
-
getBoldItalic
Gets the value of the boldItalic property.- Returns:
- possible object is
CTEmbeddedFontDataId
-
setBoldItalic
Sets the value of the boldItalic property.- Parameters:
value- allowed object isCTEmbeddedFontDataId
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-