Uses of Class
org.docx4j.dml.STFontCollectionIndex
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle | |
| org.docx4j.dml |
-
Uses of STFontCollectionIndex in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle declared as STFontCollectionIndex Modifier and Type Field Description protected STFontCollectionIndexCTFontReference. idxMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle that return STFontCollectionIndex Modifier and Type Method Description STFontCollectionIndexCTFontReference. getIdx()Gets the value of the idx property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2012.chartStyle with parameters of type STFontCollectionIndex Modifier and Type Method Description voidCTFontReference. setIdx(STFontCollectionIndex value)Sets the value of the idx property. -
Uses of STFontCollectionIndex in org.docx4j.dml
Fields in org.docx4j.dml declared as STFontCollectionIndex Modifier and Type Field Description protected STFontCollectionIndexCTFontReference. idxMethods in org.docx4j.dml that return STFontCollectionIndex Modifier and Type Method Description static STFontCollectionIndexSTFontCollectionIndex. fromValue(java.lang.String v)STFontCollectionIndexCTFontReference. getIdx()Gets the value of the idx property.static STFontCollectionIndexSTFontCollectionIndex. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STFontCollectionIndex[]STFontCollectionIndex. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.dml with parameters of type STFontCollectionIndex Modifier and Type Method Description voidCTFontReference. setIdx(STFontCollectionIndex value)Sets the value of the idx property.