Uses of Enum
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.STEntityType
Packages that use STEntityType
-
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 STEntityTypeModifier and TypeFieldDescriptionprotected 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 STEntityTypeMethods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex that return STEntityTypeModifier and TypeMethodDescriptionstatic STEntityTypeCTGeoDataEntityQuery.getEntityType()Gets the value of the entityType property.CTGeoDataPointQuery.getEntityType()Gets the value of the entityType property.CTGeoDataPointToEntityQuery.getEntityType()Gets the value of the entityType property.CTGeoEntity.getEntityType()Gets the value of the entityType property.CTGeoHierarchyEntity.getEntityType()Gets the value of the entityType property.CTGeoLocation.getEntityType()Gets the value of the entityType property.CTGeoLocationQuery.getEntityType()Gets the value of the entityType property.static STEntityTypeReturns 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 STEntityTypeModifier and TypeMethodDescriptionCTGeoChildTypes.getEntityType()Gets the value of the entityType property.Methods in org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex with parameters of type STEntityTypeModifier and TypeMethodDescriptionvoidCTGeoDataEntityQuery.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.