|
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.AbstractPropertyStore
ag.ion.bion.officelayer.internal.text.ParagraphPropertyStore
public class ParagraphPropertyStore
Concrete implementation of the ParagraphProeprtyStore
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 | |
---|---|
ParagraphPropertyStore(IParagraph paragraph)
Constructor for the paragraph properties |
Method Summary | |
---|---|
short |
getBreakType()
Returns break type. |
ICharacterProperties |
getCharacterProperties()
Gets the characterproperties contained in the paragraph |
short |
getParaAdjust()
Returns para adjust. |
java.lang.String |
getParaStyleName()
Returns name of the paragraph style. |
IProperties |
getProperties()
Returns the properties. |
void |
setBreakType(short breakType)
Sets break type. |
void |
setParaAdjust(short paraAdjust)
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.AbstractPropertyStore |
---|
copyTo, getTypeID, 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, getTypeID, getXPropertySet |
Constructor Detail |
---|
public ParagraphPropertyStore(IParagraph paragraph) throws TextException
paragraph
- the Paragraph from which to gain the properties
TextException
Method Detail |
---|
public IProperties getProperties()
getProperties
in interface IPropertyStore
getProperties
in class AbstractPropertyStore
public void setBreakType(short breakType) throws TextException
setBreakType
in interface IParagraphProperties
breakType
- break type
TextException
- if the break type is not validpublic 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 para adjust is not availablepublic void setParaAdjust(short paraAdjust) throws TextException
setParaAdjust
in interface IParagraphProperties
adjust
- the value of the para adjust
TextException
- if the para adjust is not validpublic 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
|
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 |