Class ParentsImpl
- All Implemented Interfaces:
Parents,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the Id of the group, this element is part of.intGets the inline position.intGets the layout group.Gets the Id (i.e.Gets the Id (i.e.intGets the table column.intGets the table index.intGets the table row.intGets the textmodel.voidsetGroupId(Integer groupId) Sets the Id of the group, this element is part of.voidsetInlinePosition(int inlinePosition) Sets the inline position.voidsetLayoutGroup(int layoutGroup) Sets the layout group.voidSets the Id (i.e.voidsetSpreadId(Integer spreadId) Sets the Id (i.e.voidsetTableColumn(int tableColumn) Sets the table column.voidsetTableIndex(int tableIndex) Sets the table index.voidsetTableRow(int tableRow) Sets the table row.voidsetTextmodel(int textmodel) Sets the textmodel.
-
Constructor Details
-
ParentsImpl
public ParentsImpl()
-
-
Method Details
-
getGroupId
Description copied from interface:ParentsGets the Id of the group, this element is part of.
Gets the Id of the group, this element is part of (if applicable). Group in this context is the CometGroup (rather than InDesign Group).
If the element is not part of any CometGroup, the Id is 0.- Specified by:
getGroupIdin interfaceParents- Returns:
- Id of the group or 0, if the element is not part of any group
-
setGroupId
Description copied from interface:ParentsSets the Id of the group, this element is part of.
Sets the Id of the group, this element is part of.
SeeParents.getGroupId()for further information.- Specified by:
setGroupIdin interfaceParents- Parameters:
groupId- Id of the group, this element is part of.
-
getPageId
Description copied from interface:ParentsGets the Id (i.e. index) of the page, this element is located on.
Gets the Id (i.e. index) of the page, this element is located on.
-
setPageId
Description copied from interface:ParentsSets the Id (i.e. index) of the page, this element is located on.
Sets the Id (i.e. page index) this element is located on
-
getSpreadId
Description copied from interface:ParentsGets the Id (i.e. index) of the spread, this element is located on.
Gets the Id (i.e. index) of the spread, this element is located on.
- Specified by:
getSpreadIdin interfaceParents- Returns:
- the Id (i.e. index) of the spread, this element is located on.
-
setSpreadId
Description copied from interface:ParentsSets the Id (i.e. index) of the spread, this element is located on.
Sets the Id (i.e. index) of the spread, this element is located on.
- Specified by:
setSpreadIdin interfaceParents- Parameters:
spreadId- the Id (i.e. index) of the spread, this element is located on.
-
getLayoutGroup
public int getLayoutGroup()Description copied from interface:ParentsGets the layout group.- Specified by:
getLayoutGroupin interfaceParents- Returns:
- the layoutGroup
-
setLayoutGroup
public void setLayoutGroup(int layoutGroup) Description copied from interface:ParentsSets the layout group.- Specified by:
setLayoutGroupin interfaceParents- Parameters:
layoutGroup- the layoutGroup to set
-
getInlinePosition
public int getInlinePosition()Description copied from interface:ParentsGets the inline position.- Specified by:
getInlinePositionin interfaceParents- Returns:
- the inlinePosition
-
setInlinePosition
public void setInlinePosition(int inlinePosition) Description copied from interface:ParentsSets the inline position.- Specified by:
setInlinePositionin interfaceParents- Parameters:
inlinePosition- the inlinePosition to set
-
getTableIndex
public int getTableIndex()Description copied from interface:ParentsGets the table index.- Specified by:
getTableIndexin interfaceParents- Returns:
- the tableIndex
-
setTableIndex
public void setTableIndex(int tableIndex) Description copied from interface:ParentsSets the table index.- Specified by:
setTableIndexin interfaceParents- Parameters:
tableIndex- the tableIndex to set
-
getTableRow
public int getTableRow()Description copied from interface:ParentsGets the table row.- Specified by:
getTableRowin interfaceParents- Returns:
- the tableRow
-
setTableRow
public void setTableRow(int tableRow) Description copied from interface:ParentsSets the table row.- Specified by:
setTableRowin interfaceParents- Parameters:
tableRow- the tableRow to set
-
getTableColumn
public int getTableColumn()Description copied from interface:ParentsGets the table column.- Specified by:
getTableColumnin interfaceParents- Returns:
- the tableColumn
-
setTableColumn
public void setTableColumn(int tableColumn) Description copied from interface:ParentsSets the table column.- Specified by:
setTableColumnin interfaceParents- Parameters:
tableColumn- the tableColumn to set
-
getTextmodel
public int getTextmodel()Description copied from interface:ParentsGets the textmodel.- Specified by:
getTextmodelin interfaceParents- Returns:
- the textmodel
-
setTextmodel
public void setTextmodel(int textmodel) Description copied from interface:ParentsSets the textmodel.- Specified by:
setTextmodelin interfaceParents- Parameters:
textmodel- the textmodel to set
-