Package | Description |
---|---|
org.docx4j.math | |
org.docx4j.sharedtypes | |
org.docx4j.wml |
Modifier and Type | Field and Description |
---|---|
protected STOnOff |
CTOnOff.val |
Modifier and Type | Method and Description |
---|---|
STOnOff |
CTOnOff.getVal()
Gets the value of the val property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTOnOff.setVal(STOnOff value)
Sets the value of the val property.
|
Modifier and Type | Method and Description |
---|---|
static STOnOff |
STOnOff.fromValue(String v) |
static STOnOff |
STOnOff.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STOnOff[] |
STOnOff.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected STOnOff |
CTTblLook.firstColumn |
protected STOnOff |
CTTblLook.firstRow |
protected STOnOff |
CTTblLook.lastColumn |
protected STOnOff |
CTTblLook.lastRow |
protected STOnOff |
CTTblLook.noHBand |
protected STOnOff |
CTTblLook.noVBand |
Modifier and Type | Method and Description |
---|---|
STOnOff |
CTTblLook.getFirstColumn()
Gets the value of the firstColumn property.
|
STOnOff |
CTTblLook.getFirstRow()
Gets the value of the firstRow property.
|
STOnOff |
CTTblLook.getLastColumn()
Gets the value of the lastColumn property.
|
STOnOff |
CTTblLook.getLastRow()
Gets the value of the lastRow property.
|
STOnOff |
CTTblLook.getNoHBand()
Gets the value of the noHBand property.
|
STOnOff |
CTTblLook.getNoVBand()
Gets the value of the noVBand property.
|
Modifier and Type | Method and Description |
---|---|
void |
CTTblLook.setFirstColumn(STOnOff value)
Sets the value of the firstColumn property.
|
void |
CTTblLook.setFirstRow(STOnOff value)
Sets the value of the firstRow property.
|
void |
CTTblLook.setLastColumn(STOnOff value)
Sets the value of the lastColumn property.
|
void |
CTTblLook.setLastRow(STOnOff value)
Sets the value of the lastRow property.
|
void |
CTTblLook.setNoHBand(STOnOff value)
Sets the value of the noHBand property.
|
void |
CTTblLook.setNoVBand(STOnOff value)
Sets the value of the noVBand property.
|
Copyright © 2007-2019. All Rights Reserved.