|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hwpf.model.PropertyNode<TextPiece> org.apache.poi.hwpf.model.TextPiece org.apache.poi.hwpf.model.SinglentonTextPiece
@Internal public class SinglentonTextPiece
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.apache.poi.hwpf.model.PropertyNode |
---|
PropertyNode.EndComparator, PropertyNode.StartComparator |
Field Summary |
---|
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode |
---|
_buf |
Constructor Summary | |
---|---|
SinglentonTextPiece(java.lang.StringBuilder buffer)
|
Method Summary | |
---|---|
int |
bytesLength()
Returns the length, in bytes |
int |
characterLength()
Returns the length, in characters |
int |
getCP()
Returns the character position we start at. |
int |
getEnd()
|
int |
getStart()
|
java.lang.String |
toString()
|
Methods inherited from class org.apache.poi.hwpf.model.TextPiece |
---|
adjustForDelete, equals, getPieceDescriptor, getRawBytes, getStringBuffer, getStringBuilder, isUnicode, substring |
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode |
---|
clone, compareTo, hashCode, limitsAreEqual, setEnd, setStart |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SinglentonTextPiece(java.lang.StringBuilder buffer) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int bytesLength()
TextPiece
bytesLength
in class TextPiece
public int characterLength()
TextPiece
characterLength
in class TextPiece
public int getCP()
TextPiece
getCP
in class TextPiece
public int getEnd()
getEnd
in class PropertyNode<TextPiece>
public int getStart()
getStart
in class PropertyNode<TextPiece>
public java.lang.String toString()
toString
in class TextPiece
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |