Uses of Class
org.pptx4j.pml.CTEmbeddedFontDataId
| Package | Description |
|---|---|
| org.pptx4j.pml |
-
Uses of CTEmbeddedFontDataId in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTEmbeddedFontDataId Modifier and Type Field Description protected CTEmbeddedFontDataIdCTEmbeddedFontListEntry. boldprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry. boldItalicprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry. italicprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry. regularMethods in org.pptx4j.pml that return CTEmbeddedFontDataId Modifier and Type Method Description CTEmbeddedFontDataIdObjectFactory. createCTEmbeddedFontDataId()Create an instance ofCTEmbeddedFontDataIdCTEmbeddedFontDataIdCTEmbeddedFontListEntry. getBold()Gets the value of the bold property.CTEmbeddedFontDataIdCTEmbeddedFontListEntry. getBoldItalic()Gets the value of the boldItalic property.CTEmbeddedFontDataIdCTEmbeddedFontListEntry. getItalic()Gets the value of the italic property.CTEmbeddedFontDataIdCTEmbeddedFontListEntry. getRegular()Gets the value of the regular property.Methods in org.pptx4j.pml with parameters of type CTEmbeddedFontDataId Modifier and Type Method Description voidCTEmbeddedFontListEntry. setBold(CTEmbeddedFontDataId value)Sets the value of the bold property.voidCTEmbeddedFontListEntry. setBoldItalic(CTEmbeddedFontDataId value)Sets the value of the boldItalic property.voidCTEmbeddedFontListEntry. setItalic(CTEmbeddedFontDataId value)Sets the value of the italic property.voidCTEmbeddedFontListEntry. setRegular(CTEmbeddedFontDataId value)Sets the value of the regular property.