ossivista.ejb.converter.rtf
Class RtfInfo

java.lang.Object
  extended byossivista.ejb.converter.rtf.RtfInfo

public class RtfInfo
extends java.lang.Object

Repräsentiert Meta-Informationen des RTF-Dokuments. Meta-Informationen sind der Titel des Dokuments, der Autor sowie die Firma. Diese Informationen werden gespeichert, aber nicht angezeigt.

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

Field Summary
static int AUTHOR
           
static int COMPANY
           
static int MANAGER
           
static int OPERATOR
           
static int SUBJECT
           
static int TITLE
           
 
Method Summary
 java.lang.String getProperty(int code)
          Liefert den Inhalt einer Information
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TITLE

public static final int TITLE
See Also:
Constant Field Values

SUBJECT

public static final int SUBJECT
See Also:
Constant Field Values

AUTHOR

public static final int AUTHOR
See Also:
Constant Field Values

OPERATOR

public static final int OPERATOR
See Also:
Constant Field Values

MANAGER

public static final int MANAGER
See Also:
Constant Field Values

COMPANY

public static final int COMPANY
See Also:
Constant Field Values
Method Detail

getProperty

public java.lang.String getProperty(int code)
Liefert den Inhalt einer Information

Parameters:
code - Typ der gewünschten Information
Returns:
Inhalt der Information