Class CTDataLabelVisibilities
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTDataLabelVisibilities
Java class for CT_DataLabelVisibilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_DataLabelVisibilities">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="seriesName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="categoryName" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the categoryName property.Gets the value of the seriesName property.isValue()Gets the value of the value property.voidsetCategoryName(Boolean value) Sets the value of the categoryName property.voidsetSeriesName(Boolean value) Sets the value of the seriesName property.voidSets the value of the value property.
-
Field Details
-
seriesName
-
categoryName
-
value
-
-
Constructor Details
-
CTDataLabelVisibilities
public CTDataLabelVisibilities()
-
-
Method Details
-
isSeriesName
Gets the value of the seriesName property.- Returns:
- possible object is
Boolean
-
setSeriesName
Sets the value of the seriesName property.- Parameters:
value- allowed object isBoolean
-
isCategoryName
Gets the value of the categoryName property.- Returns:
- possible object is
Boolean
-
setCategoryName
Sets the value of the categoryName property.- Parameters:
value- allowed object isBoolean
-
isValue
Gets the value of the value property.- Returns:
- possible object is
Boolean
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isBoolean
-