Uses of Class
org.docx4j.docProps.variantTypes.Array
| Package | Description |
|---|---|
| org.docx4j.docProps.custom | |
| org.docx4j.docProps.variantTypes |
-
Uses of Array in org.docx4j.docProps.custom
Fields in org.docx4j.docProps.custom declared as Array Modifier and Type Field Description protected ArrayProperties.Property. arrayMethods in org.docx4j.docProps.custom that return Array Modifier and Type Method Description ArrayProperties.Property. getArray()ArrayMethods in org.docx4j.docProps.custom with parameters of type Array Modifier and Type Method Description voidProperties.Property. setArray(Array value)Sets the value of the array property. -
Uses of Array in org.docx4j.docProps.variantTypes
Fields in org.docx4j.docProps.variantTypes declared as Array Modifier and Type Field Description protected ArrayVariant. arrayMethods in org.docx4j.docProps.variantTypes that return Array Modifier and Type Method Description ArrayObjectFactory. createArray()Create an instance ofArrayArrayVariant. getArray()ArrayMethods in org.docx4j.docProps.variantTypes that return types with arguments of type Array Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Array>ObjectFactory. createArray(Array value)Methods in org.docx4j.docProps.variantTypes with parameters of type Array Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Array>ObjectFactory. createArray(Array value)voidVariant. setArray(Array value)Sets the value of the array property.