Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.internal.text
Class PageStyle

java.lang.Object
  extended by ag.ion.bion.officelayer.internal.text.PageStyle
All Implemented Interfaces:
IPageStyle

public class PageStyle
extends java.lang.Object
implements IPageStyle

Style of page of a text document.


Constructor Summary
PageStyle(com.sun.star.style.XStyle xStyle)
          Constructs new PageStyle.
 
Method Summary
 java.lang.String getName()
          Returns name of the page style.
 IPageStyleProperties getProperties()
          Returns page style properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageStyle

public PageStyle(com.sun.star.style.XStyle xStyle)
          throws java.lang.IllegalArgumentException
Constructs new PageStyle.

Parameters:
xStyle - OpenOffice.org XStyle interface
Throws:
java.lang.IllegalArgumentException - if the submitted OpenOffice.org XStyle interface is not valid
Method Detail

getName

public java.lang.String getName()
Returns name of the page style.

Specified by:
getName in interface IPageStyle
Returns:
name of the page style

getProperties

public IPageStyleProperties getProperties()
Returns page style properties.

Specified by:
getProperties in interface IPageStyle
Returns:
page style properties

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013