|
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 |
public interface IParagraphProperties
Properties of a paragraph.
Field Summary | |
---|---|
static short |
ALIGN_BLOCK
|
static short |
ALIGN_CENTER
|
static short |
ALIGN_LEFT
|
static short |
ALIGN_RIGHT
|
static short |
ALIGN_UNDEFINED
|
static short |
BREAK_TYPE_PAGE_AFTER
|
static short |
BREAK_TYPE_PAGE_BEFORE
|
static short |
BREAK_TYPE_PAGE_BOTH
|
static java.lang.String |
TYPE_ID
type id of this property |
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. |
void |
setBreakType(short breakType)
Sets break type. |
void |
setParaAdjust(short adjust)
Sets the para adjust. |
void |
setParaStyleName(java.lang.String name)
Sets name of the paragraph style. |
Methods inherited from interface ag.ion.bion.officelayer.beans.IProperties |
---|
copyTo, getTypeID, getXPropertySet |
Field Detail |
---|
static final java.lang.String TYPE_ID
static final short BREAK_TYPE_PAGE_BEFORE
static final short BREAK_TYPE_PAGE_AFTER
static final short BREAK_TYPE_PAGE_BOTH
static final short ALIGN_UNDEFINED
static final short ALIGN_RIGHT
static final short ALIGN_LEFT
static final short ALIGN_CENTER
static final short ALIGN_BLOCK
Method Detail |
---|
void setBreakType(short breakType) throws TextException
breakType
- break type
TextException
- if the break type can not be setshort getBreakType() throws TextException
TextException
- if the break type is not availableshort getParaAdjust() throws TextException
TextException
- if the break type is not availablevoid setParaAdjust(short adjust) throws TextException
adjust
- the value of the para adjust
TextException
- if the break type is not availablevoid setParaStyleName(java.lang.String name) throws NOAException
name
- name of the paragraph style
NOAException
- if the new paragraph style can not be setjava.lang.String getParaStyleName() throws NOAException
NOAException
- if the name of the paragraph style can not be providedICharacterProperties getCharacterProperties() throws TextException
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 |