Package org.apache.poi.hwpf.model
Class SinglentonTextPiece
- java.lang.Object
-
- org.apache.poi.hwpf.model.PropertyNode<TextPiece>
-
- org.apache.poi.hwpf.model.TextPiece
-
- org.apache.poi.hwpf.model.SinglentonTextPiece
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.hwpf.model.PropertyNode
PropertyNode.EndComparator, PropertyNode.StartComparator
-
-
Constructor Summary
Constructors Constructor Description SinglentonTextPiece(java.lang.StringBuilder buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
bytesLength()
Returns the length, in bytesint
characterLength()
Returns the length, in charactersint
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, hashCode, isUnicode, substring
-
Methods inherited from class org.apache.poi.hwpf.model.PropertyNode
clone, compareTo, setEnd, setStart
-
-
-
-
Method Detail
-
bytesLength
public int bytesLength()
Description copied from class:TextPiece
Returns the length, in bytes- Overrides:
bytesLength
in classTextPiece
-
characterLength
public int characterLength()
Description copied from class:TextPiece
Returns the length, in characters- Overrides:
characterLength
in classTextPiece
-
getCP
public int getCP()
Description copied from class:TextPiece
Returns the character position we start at.
-
getEnd
public int getEnd()
- Overrides:
getEnd
in classPropertyNode<TextPiece>
- Returns:
- The offset of the end of this property's text.
-
getStart
public int getStart()
- Overrides:
getStart
in classPropertyNode<TextPiece>
- Returns:
- The start offset of this property's text.
-
-