Class CTSeriesLayoutProperties
java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2014.chartex.CTSeriesLayoutProperties
public class CTSeriesLayoutProperties
extends java.lang.Object
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
Fields Modifier and Type Field Description protected CTAggregationaggregationprotected CTBinningbinningprotected CTExtensionListextLstprotected CTGeographygeographyprotected CTParentLabelLayoutparentLabelLayoutprotected CTRegionLabelLayoutregionLabelLayoutprotected CTStatisticsstatisticsprotected CTSubtotalssubtotalsprotected CTSeriesElementVisibilitiesvisibility -
Constructor Summary
Constructors Constructor Description CTSeriesLayoutProperties() -
Method Summary
Modifier and Type Method Description CTAggregationgetAggregation()Gets the value of the aggregation property.CTBinninggetBinning()Gets the value of the binning property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTGeographygetGeography()Gets the value of the geography property.CTParentLabelLayoutgetParentLabelLayout()Gets the value of the parentLabelLayout property.CTRegionLabelLayoutgetRegionLabelLayout()Gets the value of the regionLabelLayout property.CTStatisticsgetStatistics()Gets the value of the statistics property.CTSubtotalsgetSubtotals()Gets the value of the subtotals property.CTSeriesElementVisibilitiesgetVisibility()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.voidsetParentLabelLayout(CTParentLabelLayout value)Sets the value of the parentLabelLayout property.voidsetRegionLabelLayout(CTRegionLabelLayout value)Sets 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.voidsetVisibility(CTSeriesElementVisibilities value)Sets the value of the visibility property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-