|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfRowOrColumnType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.office | |
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfRowOrColumnType in org.odftoolkit.odfdom.dom.element.office |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.office with parameters of type OdfRowOrColumnType | |
|---|---|
OdfTableTemplateElement |
OdfDocumentElement.createTableTemplateElement(String name,
OdfRowOrColumnType firstRowStartColumn,
OdfRowOrColumnType firstRowEndColumn,
OdfRowOrColumnType lastRowStartColumn,
OdfRowOrColumnType lastRowEndColumn)
Create child element table:table-template. |
OdfTableTemplateElement |
OdfMasterStylesElement.createTableTemplateElement(String name,
OdfRowOrColumnType firstRowStartColumn,
OdfRowOrColumnType firstRowEndColumn,
OdfRowOrColumnType lastRowStartColumn,
OdfRowOrColumnType lastRowEndColumn)
Create child element table:table-template. |
OdfTableTemplateElement |
OdfDocumentStylesElement.createTableTemplateElement(String name,
OdfRowOrColumnType firstRowStartColumn,
OdfRowOrColumnType firstRowEndColumn,
OdfRowOrColumnType lastRowStartColumn,
OdfRowOrColumnType lastRowEndColumn)
Create child element table:table-template. |
| Uses of OdfRowOrColumnType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfRowOrColumnType | |
|---|---|
OdfRowOrColumnType |
OdfTableTemplateElement.getFirstRowEndColumn()
Get value of attribute table:first-row-end-column. |
OdfRowOrColumnType |
OdfTableTemplateElement.getFirstRowStartColumn()
Get value of attribute table:first-row-start-column. |
OdfRowOrColumnType |
OdfTableTemplateElement.getLastRowEndColumn()
Get value of attribute table:last-row-end-column. |
OdfRowOrColumnType |
OdfTableTemplateElement.getLastRowStartColumn()
Get value of attribute table:last-row-start-column. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfRowOrColumnType | |
|---|---|
void |
OdfTableTemplateElement.init(String name,
OdfRowOrColumnType firstRowStartColumn,
OdfRowOrColumnType firstRowEndColumn,
OdfRowOrColumnType lastRowStartColumn,
OdfRowOrColumnType lastRowEndColumn)
Initialization of the mandatory attributes of OdfTableTemplateElement |
void |
OdfTableTemplateElement.setFirstRowEndColumn(OdfRowOrColumnType firstRowEndColumn)
Set value of attribute table:first-row-end-column. |
void |
OdfTableTemplateElement.setFirstRowStartColumn(OdfRowOrColumnType firstRowStartColumn)
Set value of attribute table:first-row-start-column. |
void |
OdfTableTemplateElement.setLastRowEndColumn(OdfRowOrColumnType lastRowEndColumn)
Set value of attribute table:last-row-end-column. |
void |
OdfTableTemplateElement.setLastRowStartColumn(OdfRowOrColumnType lastRowStartColumn)
Set value of attribute table:last-row-start-column. |
| Uses of OdfRowOrColumnType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfRowOrColumnType | |
|---|---|
static OdfRowOrColumnType |
OdfRowOrColumnType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfRowOrColumnType |
OdfRowOrColumnType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfRowOrColumnType[] |
OdfRowOrColumnType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.odftoolkit.odfdom.dom.type.table with parameters of type OdfRowOrColumnType | |
|---|---|
static String |
OdfRowOrColumnType.toString(OdfRowOrColumnType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||