Class CTSeriesLayoutProperties
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTSeriesLayoutProperties
Java class for CT_SeriesLayoutProperties complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SeriesLayoutProperties">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="parentLabelLayout" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ParentLabelLayout" minOccurs="0"/>
<element name="regionLabelLayout" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_RegionLabelLayout" minOccurs="0"/>
<element name="visibility" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_SeriesElementVisibilities" minOccurs="0"/>
<choice minOccurs="0">
<element name="aggregation" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Aggregation" minOccurs="0"/>
<element name="binning" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Binning" minOccurs="0"/>
</choice>
<element name="geography" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Geography" minOccurs="0"/>
<element name="statistics" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Statistics" minOccurs="0"/>
<element name="subtotals" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_Subtotals" minOccurs="0"/>
<element name="extLst" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTAggregationprotected CTBinningprotected CTExtensionListprotected CTGeographyprotected CTParentLabelLayoutprotected CTRegionLabelLayoutprotected CTStatisticsprotected CTSubtotalsprotected CTSeriesElementVisibilities -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the aggregation property.Gets the value of the binning property.Gets the value of the extLst property.Gets the value of the geography property.Gets the value of the parentLabelLayout property.Gets the value of the regionLabelLayout property.Gets the value of the statistics property.Gets the value of the subtotals property.Gets the value of the visibility property.voidsetAggregation(CTAggregation value) Sets the value of the aggregation property.voidsetBinning(CTBinning value) Sets the value of the binning property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidsetGeography(CTGeography value) Sets the value of the geography property.voidSets the value of the parentLabelLayout property.voidSets the value of the regionLabelLayout property.voidsetStatistics(CTStatistics value) Sets the value of the statistics property.voidsetSubtotals(CTSubtotals value) Sets the value of the subtotals property.voidSets the value of the visibility property.
-
Field Details
-
parentLabelLayout
-
regionLabelLayout
-
visibility
-
aggregation
-
binning
-
geography
-
statistics
-
subtotals
-
extLst
-
-
Constructor Details
-
CTSeriesLayoutProperties
public CTSeriesLayoutProperties()
-
-
Method Details
-
getParentLabelLayout
Gets the value of the parentLabelLayout property.- Returns:
- possible object is
CTParentLabelLayout
-
setParentLabelLayout
Sets the value of the parentLabelLayout property.- Parameters:
value- allowed object isCTParentLabelLayout
-
getRegionLabelLayout
Gets the value of the regionLabelLayout property.- Returns:
- possible object is
CTRegionLabelLayout
-
setRegionLabelLayout
Sets the value of the regionLabelLayout property.- Parameters:
value- allowed object isCTRegionLabelLayout
-
getVisibility
Gets the value of the visibility property.- Returns:
- possible object is
CTSeriesElementVisibilities
-
setVisibility
Sets the value of the visibility property.- Parameters:
value- allowed object isCTSeriesElementVisibilities
-
getAggregation
Gets the value of the aggregation property.- Returns:
- possible object is
CTAggregation
-
setAggregation
Sets the value of the aggregation property.- Parameters:
value- allowed object isCTAggregation
-
getBinning
Gets the value of the binning property.- Returns:
- possible object is
CTBinning
-
setBinning
Sets the value of the binning property.- Parameters:
value- allowed object isCTBinning
-
getGeography
Gets the value of the geography property.- Returns:
- possible object is
CTGeography
-
setGeography
Sets the value of the geography property.- Parameters:
value- allowed object isCTGeography
-
getStatistics
Gets the value of the statistics property.- Returns:
- possible object is
CTStatistics
-
setStatistics
Sets the value of the statistics property.- Parameters:
value- allowed object isCTStatistics
-
getSubtotals
Gets the value of the subtotals property.- Returns:
- possible object is
CTSubtotals
-
setSubtotals
Sets the value of the subtotals property.- Parameters:
value- allowed object isCTSubtotals
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-