|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdfGroupedByType | |
|---|---|
| org.odftoolkit.odfdom.dom.element.table | |
| org.odftoolkit.odfdom.dom.type.table | |
| Uses of OdfGroupedByType in org.odftoolkit.odfdom.dom.element.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.element.table that return OdfGroupedByType | |
|---|---|
OdfGroupedByType |
OdfDataPilotGroupsElement.getGroupedBy()
Get value of attribute table:grouped-by. |
| Methods in org.odftoolkit.odfdom.dom.element.table with parameters of type OdfGroupedByType | |
|---|---|
OdfDataPilotGroupsElement |
OdfDataPilotFieldElement.createDataPilotGroupsElement(String sourceFieldName,
Double step,
OdfGroupedByType groupedBy,
Double start)
Create child element table:data-pilot-groups. |
OdfDataPilotGroupsElement |
OdfDataPilotFieldElement.createDataPilotGroupsElement(String sourceFieldName,
Double step,
OdfGroupedByType groupedBy,
OdfDate dateStart)
Create child element table:data-pilot-groups. |
void |
OdfDataPilotGroupsElement.init(String sourceFieldName,
OdfDate dateStart,
Double start,
OdfDate dateEnd,
Double end,
Double step,
OdfGroupedByType groupedBy)
Initialization of the mandatory attributes of OdfDataPilotGroupsElement |
void |
OdfDataPilotGroupsElement.setGroupedBy(OdfGroupedByType groupedBy)
Set value of attribute table:grouped-by. |
| Uses of OdfGroupedByType in org.odftoolkit.odfdom.dom.type.table |
|---|
| Methods in org.odftoolkit.odfdom.dom.type.table that return OdfGroupedByType | |
|---|---|
static OdfGroupedByType |
OdfGroupedByType.enumValueOf(String stringValue)
String to enum, turns a String into its corresponding enum constant |
static OdfGroupedByType |
OdfGroupedByType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OdfGroupedByType[] |
OdfGroupedByType.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 OdfGroupedByType | |
|---|---|
static String |
OdfGroupedByType.toString(OdfGroupedByType enumeration)
enum to String, gets the name of this enum constant as a string. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||