ossivista.ejb.converter.rtf
Class RtfParagraph

java.lang.Object
  extended byossivista.ejb.converter.rtf.RtfObject
      extended byossivista.ejb.converter.rtf.RtfCompoundObject
          extended byossivista.ejb.converter.rtf.RtfBlock
              extended byossivista.ejb.converter.rtf.RtfParagraph

public class RtfParagraph
extends RtfBlock

Diese Klasse repräsentiert einen RTF-Paragraphen. Dies entspricht ungefähr einem Absatz.

Version:
1.0
Author:
Daniel Finger, Lars Raap, Martin Amelsberg
Based on Majix by Tetrasix

Method Summary
 RtfParagraphProperties getProperties()
          Liefert die diesem Paragraphen zugeordneten Properties
 RtfTextProperties getTextProperties()
          Liefert die Text-Properties des Paragraphen
 
Methods inherited from class ossivista.ejb.converter.rtf.RtfCompoundObject
getData, getObject, size
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperties

public RtfParagraphProperties getProperties()
Liefert die diesem Paragraphen zugeordneten Properties

Returns:
Ein Objekt vom Typ RtfParagraphProperties
Hinweis: Kann null sein.

getTextProperties

public RtfTextProperties getTextProperties()
Liefert die Text-Properties des Paragraphen

Returns:
Ein neues Objekt mit den Text-Properties des Paragraphen