Uses of Class
org.docx4j.vml.officedrawing.STOLELinkType
| Package | Description |
|---|---|
| org.docx4j.vml.officedrawing |
-
Uses of STOLELinkType in org.docx4j.vml.officedrawing
Fields in org.docx4j.vml.officedrawing declared as STOLELinkType Modifier and Type Field Description protected STOLELinkTypeCTOLEObject. linkTypeMethods in org.docx4j.vml.officedrawing that return STOLELinkType Modifier and Type Method Description static STOLELinkTypeSTOLELinkType. fromValue(java.lang.String v)STOLELinkTypeCTOLEObject. getLinkType()Gets the value of the linkType property.static STOLELinkTypeSTOLELinkType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STOLELinkType[]STOLELinkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.vml.officedrawing with parameters of type STOLELinkType Modifier and Type Method Description voidCTOLEObject. setLinkType(STOLELinkType value)Sets the value of the linkType property.