org.apache.poi.hwpf.usermodel
Class DocumentPosition

java.lang.Object
  extended byorg.apache.poi.hwpf.usermodel.Range
      extended byorg.apache.poi.hwpf.usermodel.DocumentPosition

public class DocumentPosition
extends Range


Field Summary
 
Fields inherited from class org.apache.poi.hwpf.usermodel.Range
_characters, _charEnd, _charRangeFound, _charStart, _doc, _end, _paragraphs, _parEnd, _parRangeFound, _parStart, _sectionEnd, _sections, _sectionStart, _start, _text, _textEnd, _textRangeFound, _textStart, TYPE_CHARACTER, TYPE_LISTENTRY, TYPE_PARAGRAPH, TYPE_SECTION, TYPE_TABLE, TYPE_TEXT, TYPE_UNDEFINED
 
Constructor Summary
DocumentPosition(HWPFDocument doc, int pos)
           
 
Methods inherited from class org.apache.poi.hwpf.usermodel.Range
delete, getCharacterRun, getParagraph, getSection, getTable, initAll, insertAfter, insertAfter, insertAfter, insertAfter, insertAfter, insertBefore, insertBefore, insertBefore, insertBefore, insertBefore, insertBefore, numCharacterRuns, numParagraphs, numSections, text, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentPosition

public DocumentPosition(HWPFDocument doc,
                        int pos)


Copyright 2005 The Apache Software Foundation or its licensors, as applicable.