Package com.independentsoft.office.word
Class RangePermissionStart
java.lang.Object
com.independentsoft.office.word.RangePermissionStart
- All Implemented Interfaces:
IContentElement,IBlockContent,IBlockElement,IContentRunContent,IParagraphContent,IRunLevelElement,IRunTrackChangeContent,IMathElement,ICellContent,IRowContent
The Class RangePermissionStart.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new range permission start.Instantiates a new range permission start. -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the displaced by custom xml.Gets the editing group.intGets the first column.getID()Gets the id.intGets the last column.getUser()Gets the user.voidsetDisplacedByCustomXml(DisplacedByCustomXml displacedByCustomXml)Sets the displaced by custom xml.voidsetEditingGroup(RangePermisionEditingGroup editingGroup)Sets the editing group.voidsetFirstColumn(int firstColumn)Sets the first column.voidSets the id.voidsetLastColumn(int lastColumn)Sets the last column.voidSets the user.toString()
-
Constructor Details
-
RangePermissionStart
public RangePermissionStart()Instantiates a new range permission start. -
RangePermissionStart
Instantiates a new range permission start.- Parameters:
reader- the reader- Throws:
XMLStreamException- the xML stream exception
-
-
Method Details
-
getContentElements
- Specified by:
getContentElementsin interfaceIContentElement
-
clone
- Specified by:
clonein interfaceIBlockContent- Specified by:
clonein interfaceIBlockElement- Specified by:
clonein interfaceICellContent- Specified by:
clonein interfaceIContentElement- Specified by:
clonein interfaceIContentRunContent- Specified by:
clonein interfaceIMathElement- Specified by:
clonein interfaceIParagraphContent- Specified by:
clonein interfaceIRowContent- Specified by:
clonein interfaceIRunLevelElement- Specified by:
clonein interfaceIRunTrackChangeContent- Overrides:
clonein classObject
-
toString
-
getDisplacedByCustomXml
Gets the displaced by custom xml.- Returns:
- the displaced by custom xml
-
setDisplacedByCustomXml
Sets the displaced by custom xml.- Parameters:
displacedByCustomXml- the new displaced by custom xml
-
getID
Gets the id.- Returns:
- the id
-
setID
Sets the id.- Parameters:
id- the new id
-
getUser
Gets the user.- Returns:
- the user
-
setUser
Sets the user.- Parameters:
user- the new user
-
getEditingGroup
Gets the editing group.- Returns:
- the editing group
-
setEditingGroup
Sets the editing group.- Parameters:
editingGroup- the new editing group
-
getFirstColumn
public int getFirstColumn()Gets the first column.- Returns:
- the first column
-
setFirstColumn
public void setFirstColumn(int firstColumn)Sets the first column.- Parameters:
firstColumn- the new first column
-
getLastColumn
public int getLastColumn()Gets the last column.- Returns:
- the last column
-
setLastColumn
public void setLastColumn(int lastColumn)Sets the last column.- Parameters:
lastColumn- the new last column
-