org.apache.poi.hwpf.model
public abstract class BytePropertyNode extends PropertyNode
_buf| Constructor and Description |
|---|
BytePropertyNode(int fcStart,
int fcEnd,
CharIndexTranslator translator,
java.lang.Object buf) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndBytes() |
int |
getStartBytes() |
adjustForDelete, clone, compareTo, equals, getEnd, getStart, limitsAreEqual, setEnd, setStartpublic BytePropertyNode(int fcStart,
int fcEnd,
CharIndexTranslator translator,
java.lang.Object buf)
fcStart - The start of the text for this property, in _bytes_fcEnd - The end of the text for this property, in _bytes_Copyright 2016 The Apache Software Foundation or its licensors, as applicable.