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
-
-
Field Summary
-
Fields inherited from class org.apache.poi.hwpf.model.PropertyNode
EndComparator, StartComparator
-
-
Constructor Summary
Constructors Constructor Description SinglentonTextPiece(java.lang.StringBuilder buffer)SinglentonTextPiece(SinglentonTextPiece other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intbytesLength()Returns the length, in bytesintcharacterLength()Returns the length, in charactersSinglentonTextPiececopy()intgetCP()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
compareTo, setEnd, setStart
-
-
-
-
Constructor Detail
-
SinglentonTextPiece
public SinglentonTextPiece(SinglentonTextPiece other)
-
SinglentonTextPiece
public SinglentonTextPiece(java.lang.StringBuilder buffer)
-
-
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.
-
copy
public SinglentonTextPiece copy()
-
-