|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectag.ion.bion.officelayer.internal.beans.AbstractProperties
ag.ion.bion.officelayer.internal.text.ParagraphProperties
public class ParagraphProperties
Properties of a paragraph.
| Field Summary |
|---|
| Fields inherited from interface ag.ion.bion.officelayer.text.IParagraphProperties |
|---|
ALIGN_BLOCK, ALIGN_CENTER, ALIGN_LEFT, ALIGN_RIGHT, ALIGN_UNDEFINED, BREAK_TYPE_PAGE_AFTER, BREAK_TYPE_PAGE_BEFORE, BREAK_TYPE_PAGE_BOTH, TYPE_ID |
| Constructor Summary | |
|---|---|
ParagraphProperties(com.sun.star.beans.XPropertySet xPropertySet)
Constructs new ParagraphProperties. |
|
| Method Summary | |
|---|---|
short |
getBreakType()
Returns break type. |
ICharacterProperties |
getCharacterProperties()
Gets the characterproperties contained in the paragraph |
static java.lang.String[] |
getDefaultPropertyKeys()
Returns the default property keys. |
short |
getParaAdjust()
Returns para adjust. |
java.lang.String |
getParaStyleName()
Returns name of the paragraph style. |
static IPropertyKey[] |
getPossiblyPropertyKeys()
Returns the possible property keys. |
java.lang.String |
getTypeID()
Returns the id of the property. |
void |
setBreakType(short breakType)
Sets break type. |
void |
setParaAdjust(short adjustValue)
Sets the para adjust |
void |
setParaStyleName(java.lang.String name)
Sets name of the paragraph style. |
| Methods inherited from class ag.ion.bion.officelayer.internal.beans.AbstractProperties |
|---|
copyTo, getXPropertySet |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties |
|---|
copyTo, getXPropertySet |
| Constructor Detail |
|---|
public ParagraphProperties(com.sun.star.beans.XPropertySet xPropertySet)
throws java.lang.IllegalArgumentException
xPropertySet - OpenOffice.org XPropertySet interface
java.lang.IllegalArgumentException - if the OpenOffice.org interface is not valid| Method Detail |
|---|
public static IPropertyKey[] getPossiblyPropertyKeys()
public static java.lang.String[] getDefaultPropertyKeys()
public java.lang.String getTypeID()
getTypeID in interface IPropertiesgetTypeID in class AbstractProperties
public void setBreakType(short breakType)
throws TextException
setBreakType in interface IParagraphPropertiesbreakType - break type
TextException - if the break type can not be set
public short getBreakType()
throws TextException
getBreakType in interface IParagraphPropertiesTextException - if the break type is not available
public short getParaAdjust()
throws TextException
getParaAdjust in interface IParagraphPropertiesTextException - if the break type is not available
public void setParaAdjust(short adjustValue)
throws TextException
setParaAdjust in interface IParagraphPropertiesadjustValue - the para adjust to be set
TextException - if any error occurs
public void setParaStyleName(java.lang.String name)
throws NOAException
setParaStyleName in interface IParagraphPropertiesname - name of the paragraph style
NOAException - if the new paragraph style can not be set
public java.lang.String getParaStyleName()
throws NOAException
getParaStyleName in interface IParagraphPropertiesNOAException - if the name of the paragraph style can not be provided
public ICharacterProperties getCharacterProperties()
throws TextException
getCharacterProperties in interface IParagraphPropertiesTextException - if any error occurs
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc for Elexis version 2.1.7.dev vom 17.03.2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||