Uses of Class
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STEntityType
| Package | Description |
|---|---|
| org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex |
-
Uses of STEntityType in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex
Fields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex declared as STEntityType Modifier and Type Field Description protected STEntityTypeCTGeoDataEntityQuery. entityTypeprotected STEntityTypeCTGeoDataPointQuery. entityTypeprotected STEntityTypeCTGeoDataPointToEntityQuery. entityTypeprotected STEntityTypeCTGeoEntity. entityTypeprotected STEntityTypeCTGeoHierarchyEntity. entityTypeprotected STEntityTypeCTGeoLocation. entityTypeprotected STEntityTypeCTGeoLocationQuery. entityTypeFields in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with type parameters of type STEntityType Modifier and Type Field Description protected java.util.List<STEntityType>CTGeoChildTypes. entityTypeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STEntityType Modifier and Type Method Description static STEntityTypeSTEntityType. fromValue(java.lang.String v)STEntityTypeCTGeoDataEntityQuery. getEntityType()Gets the value of the entityType property.STEntityTypeCTGeoDataPointQuery. getEntityType()Gets the value of the entityType property.STEntityTypeCTGeoDataPointToEntityQuery. getEntityType()Gets the value of the entityType property.STEntityTypeCTGeoEntity. getEntityType()Gets the value of the entityType property.STEntityTypeCTGeoHierarchyEntity. getEntityType()Gets the value of the entityType property.STEntityTypeCTGeoLocation. getEntityType()Gets the value of the entityType property.STEntityTypeCTGeoLocationQuery. getEntityType()Gets the value of the entityType property.static STEntityTypeSTEntityType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static STEntityType[]STEntityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return types with arguments of type STEntityType Modifier and Type Method Description java.util.List<STEntityType>CTGeoChildTypes. getEntityType()Gets the value of the entityType property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STEntityType Modifier and Type Method Description voidCTGeoDataEntityQuery. setEntityType(STEntityType value)Sets the value of the entityType property.voidCTGeoDataPointQuery. setEntityType(STEntityType value)Sets the value of the entityType property.voidCTGeoDataPointToEntityQuery. setEntityType(STEntityType value)Sets the value of the entityType property.voidCTGeoEntity. setEntityType(STEntityType value)Sets the value of the entityType property.voidCTGeoHierarchyEntity. setEntityType(STEntityType value)Sets the value of the entityType property.voidCTGeoLocation. setEntityType(STEntityType value)Sets the value of the entityType property.voidCTGeoLocationQuery. setEntityType(STEntityType value)Sets the value of the entityType property.