Uses of Class
org.pptx4j.pml.CTEmbeddedFontDataId
Packages that use CTEmbeddedFontDataId
-
Uses of CTEmbeddedFontDataId in org.pptx4j.pml
Fields in org.pptx4j.pml declared as CTEmbeddedFontDataIdModifier and TypeFieldDescriptionprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry.boldprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry.boldItalicprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry.italicprotected CTEmbeddedFontDataIdCTEmbeddedFontListEntry.regularMethods in org.pptx4j.pml that return CTEmbeddedFontDataIdModifier and TypeMethodDescriptionObjectFactory.createCTEmbeddedFontDataId()Create an instance ofCTEmbeddedFontDataIdCTEmbeddedFontListEntry.getBold()Gets the value of the bold property.CTEmbeddedFontListEntry.getBoldItalic()Gets the value of the boldItalic property.CTEmbeddedFontListEntry.getItalic()Gets the value of the italic property.CTEmbeddedFontListEntry.getRegular()Gets the value of the regular property.Methods in org.pptx4j.pml with parameters of type CTEmbeddedFontDataIdModifier and TypeMethodDescriptionvoidCTEmbeddedFontListEntry.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.