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 intbytesLength()Returns the length, in bytesintcharacterLength()Returns the length, in charactersintgetCP()Returns the character position we start at.intgetEnd()intgetStart()java.lang.StringtoString()- 
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:TextPieceReturns the length, in bytes- Overrides:
 bytesLengthin classTextPiece
 
- 
characterLength
public int characterLength()
Description copied from class:TextPieceReturns the length, in characters- Overrides:
 characterLengthin classTextPiece
 
- 
getCP
public int getCP()
Description copied from class:TextPieceReturns the character position we start at. 
- 
getEnd
public int getEnd()
- Overrides:
 getEndin classPropertyNode<TextPiece>- Returns:
 - The offset of the end of this property's text.
 
 
- 
getStart
public int getStart()
- Overrides:
 getStartin classPropertyNode<TextPiece>- Returns:
 - The start offset of this property's text.
 
 
 - 
 
 -