public class CTEmbeddedFontListEntry extends Object
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 |
---|---|
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.
|
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 |
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()
TextFont
public void setFont(TextFont value)
value
- allowed object is
TextFont
public CTEmbeddedFontDataId getRegular()
CTEmbeddedFontDataId
public void setRegular(CTEmbeddedFontDataId value)
value
- allowed object is
CTEmbeddedFontDataId
public CTEmbeddedFontDataId getBold()
CTEmbeddedFontDataId
public void setBold(CTEmbeddedFontDataId value)
value
- allowed object is
CTEmbeddedFontDataId
public CTEmbeddedFontDataId getItalic()
CTEmbeddedFontDataId
public void setItalic(CTEmbeddedFontDataId value)
value
- allowed object is
CTEmbeddedFontDataId
public CTEmbeddedFontDataId getBoldItalic()
CTEmbeddedFontDataId
public void setBoldItalic(CTEmbeddedFontDataId value)
value
- allowed object is
CTEmbeddedFontDataId
Copyright © 2007-2019. All Rights Reserved.