public class CTRevisionFormatting extends Object implements Child
Java class for CT_RevisionFormatting complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_RevisionFormatting"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="dxf" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Dxf" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="sheetId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="xfDxf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="sqref" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Sqref" /> <attribute name="start" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="length" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected CTDxf |
dxf |
protected CTExtensionList |
extLst |
protected Long |
length |
protected Boolean |
s |
protected long |
sheetId |
protected List<String> |
sqref |
protected Long |
start |
protected Boolean |
xfDxf |
Constructor and Description |
---|
CTRevisionFormatting() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
CTDxf |
getDxf()
Gets the value of the dxf property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Long |
getLength()
Gets the value of the length property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getSheetId()
Gets the value of the sheetId property.
|
List<String> |
getSqref()
Gets the value of the sqref property.
|
Long |
getStart()
Gets the value of the start property.
|
boolean |
isS()
Gets the value of the s property.
|
boolean |
isXfDxf()
Gets the value of the xfDxf property.
|
void |
setDxf(CTDxf value)
Sets the value of the dxf property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setLength(Long value)
Sets the value of the length property.
|
void |
setParent(Object parent) |
void |
setS(Boolean value)
Sets the value of the s property.
|
void |
setSheetId(long value)
Sets the value of the sheetId property.
|
void |
setStart(Long value)
Sets the value of the start property.
|
void |
setXfDxf(Boolean value)
Sets the value of the xfDxf property.
|
protected CTDxf dxf
protected CTExtensionList extLst
protected long sheetId
protected Boolean xfDxf
protected Boolean s
protected Long start
protected Long length
public void setDxf(CTDxf value)
value
- allowed object is
CTDxf
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public long getSheetId()
public void setSheetId(long value)
public boolean isXfDxf()
Boolean
public void setXfDxf(Boolean value)
value
- allowed object is
Boolean
public boolean isS()
Boolean
public void setS(Boolean value)
value
- allowed object is
Boolean
public List<String> getSqref()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the sqref property.
For example, to add a new item, do as follows:
getSqref().add(newItem);
Objects of the following type(s) are allowed in the list
String
public Long getStart()
Long
public void setStart(Long value)
value
- allowed object is
Long
public Long getLength()
Long
public void setLength(Long value)
value
- allowed object is
Long
public Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2018. All Rights Reserved.