|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParagraphAlignment | |
|---|---|
| com.antelmann.ooffice | The classes in this package are to be used in conjunction with OpenOffice. |
| Uses of ParagraphAlignment in com.antelmann.ooffice |
|---|
| Methods in com.antelmann.ooffice that return ParagraphAlignment | |
|---|---|
static ParagraphAlignment |
ParagraphAlignment.fromValue(int value)
|
static ParagraphAlignment |
ParagraphAlignment.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParagraphAlignment[] |
ParagraphAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.ooffice with parameters of type ParagraphAlignment | |
|---|---|
void |
OOWriter.alignParagraph(ParagraphAlignment alignment)
uses the view cursor |
void |
OOWriter.alignParagraph(com.sun.star.text.XTextRange cursor,
ParagraphAlignment alignment)
|
void |
OOCalc.setCellAligment(com.sun.star.table.XCell cell,
ParagraphAlignment alignment)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||