Package org.xlsx4j.sml
Class CTChartFormat
java.lang.Object
org.xlsx4j.sml.CTChartFormat
- All Implemented Interfaces:
Child
Java class for CT_ChartFormat complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ChartFormat">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pivotArea" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PivotArea"/>
</sequence>
<attribute name="chart" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="format" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="series" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetChart()Gets the value of the chart property.longGets the value of the format property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the pivotArea property.booleanisSeries()Gets the value of the series property.voidsetChart(long value) Sets the value of the chart property.voidsetFormat(long value) Sets the value of the format property.voidvoidsetPivotArea(CTPivotArea value) Sets the value of the pivotArea property.voidSets the value of the series property.
-
Field Details
-
pivotArea
-
chart
protected long chart -
format
protected long format -
series
-
-
Constructor Details
-
CTChartFormat
public CTChartFormat()
-
-
Method Details
-
getPivotArea
Gets the value of the pivotArea property.- Returns:
- possible object is
CTPivotArea
-
setPivotArea
Sets the value of the pivotArea property.- Parameters:
value- allowed object isCTPivotArea
-
getChart
public long getChart()Gets the value of the chart property. -
setChart
public void setChart(long value) Sets the value of the chart property. -
getFormat
public long getFormat()Gets the value of the format property. -
setFormat
public void setFormat(long value) Sets the value of the format property. -
isSeries
public boolean isSeries()Gets the value of the series property.- Returns:
- possible object is
Boolean
-
setSeries
Sets the value of the series property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-