Uses of Class
org.docx4j.docProps.variantTypes.Vector
| Package | Description |
|---|---|
| org.docx4j.docProps.custom | |
| org.docx4j.docProps.extended | |
| org.docx4j.docProps.variantTypes |
-
Uses of Vector in org.docx4j.docProps.custom
Fields in org.docx4j.docProps.custom declared as Vector Modifier and Type Field Description protected VectorProperties.Property. vectorMethods in org.docx4j.docProps.custom that return Vector Modifier and Type Method Description VectorProperties.Property. getVector()VectorMethods in org.docx4j.docProps.custom with parameters of type Vector Modifier and Type Method Description voidProperties.Property. setVector(Vector value)Sets the value of the vector property. -
Uses of Vector in org.docx4j.docProps.extended
Fields in org.docx4j.docProps.extended declared as Vector Modifier and Type Field Description protected VectorProperties.HeadingPairs. vectorprotected VectorProperties.HLinks. vectorprotected VectorProperties.TitlesOfParts. vectorMethods in org.docx4j.docProps.extended that return Vector Modifier and Type Method Description VectorProperties.HeadingPairs. getVector()VectorVectorProperties.HLinks. getVector()VectorVectorProperties.TitlesOfParts. getVector()VectorMethods in org.docx4j.docProps.extended with parameters of type Vector Modifier and Type Method Description voidProperties.HeadingPairs. setVector(Vector value)Sets the value of the vector property.voidProperties.HLinks. setVector(Vector value)Sets the value of the vector property.voidProperties.TitlesOfParts. setVector(Vector value)Sets the value of the vector property. -
Uses of Vector in org.docx4j.docProps.variantTypes
Fields in org.docx4j.docProps.variantTypes declared as Vector Modifier and Type Field Description protected VectorVariant. vectorMethods in org.docx4j.docProps.variantTypes that return Vector Modifier and Type Method Description VectorObjectFactory. createVector()Create an instance ofVectorVectorVariant. getVector()VectorMethods in org.docx4j.docProps.variantTypes that return types with arguments of type Vector Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Vector>ObjectFactory. createVector(Vector value)Methods in org.docx4j.docProps.variantTypes with parameters of type Vector Modifier and Type Method Description jakarta.xml.bind.JAXBElement<Vector>ObjectFactory. createVector(Vector value)voidVariant. setVector(Vector value)Sets the value of the vector property.