|
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 validMethod Detail |
---|
public static IPropertyKey[] getPossiblyPropertyKeys()
public static java.lang.String[] getDefaultPropertyKeys()
public java.lang.String getTypeID()
getTypeID
in interface IProperties
getTypeID
in class AbstractProperties
public void setBreakType(short breakType) throws TextException
setBreakType
in interface IParagraphProperties
breakType
- break type
TextException
- if the break type can not be setpublic short getBreakType() throws TextException
getBreakType
in interface IParagraphProperties
TextException
- if the break type is not availablepublic short getParaAdjust() throws TextException
getParaAdjust
in interface IParagraphProperties
TextException
- if the break type is not availablepublic void setParaAdjust(short adjustValue) throws TextException
setParaAdjust
in interface IParagraphProperties
adjustValue
- the para adjust to be set
TextException
- if any error occurspublic void setParaStyleName(java.lang.String name) throws NOAException
setParaStyleName
in interface IParagraphProperties
name
- name of the paragraph style
NOAException
- if the new paragraph style can not be setpublic java.lang.String getParaStyleName() throws NOAException
getParaStyleName
in interface IParagraphProperties
NOAException
- if the name of the paragraph style can not be providedpublic ICharacterProperties getCharacterProperties() throws TextException
getCharacterProperties
in interface IParagraphProperties
TextException
- 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 |