org.opencrx.kernel.utils.rtf
Class Bookmark
java.lang.Object
org.opencrx.kernel.utils.rtf.Bookmark
public class Bookmark
- extends Object
|
Constructor Summary |
Bookmark(String name,
int begin,
int end,
int contentBegin,
int contentEnd,
String rawcontent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE_NIL
public static final int TYPE_NIL
- See Also:
- Constant Field Values
TYPE_TEXT
public static final int TYPE_TEXT
- See Also:
- Constant Field Values
TYPE_CHECKBOX
public static final int TYPE_CHECKBOX
- See Also:
- Constant Field Values
TYPE_LISTBOX
public static final int TYPE_LISTBOX
- See Also:
- Constant Field Values
Bookmark
public Bookmark(String name,
int begin,
int end,
int contentBegin,
int contentEnd,
String rawcontent)
getBegin
public int getBegin()
getEnd
public int getEnd()
getContentBegin
public int getContentBegin()
getContentEnd
public int getContentEnd()
isField
public boolean isField()
isFieldReadOnly
public boolean isFieldReadOnly()
getFieldMaxLength
public int getFieldMaxLength()
getFieldtype
public int getFieldtype()
getName
public String getName()
getRawContent
public String getRawContent()
This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.