public interface ElementHandler
Methods beginning with start and end provide produce a well-formed hierarchy around the text (provided through the text method). Methods beginning with event represent atomic events in the text.
There are some cases where an arbitrary area of the output needs to be marked but doing so using start and end methods would produce overlapping elements (something not allowed here or in XML). In this case two atomic events will be used to mark the beginning end end of the area. An example of this is hyperlinks which in Microsoft Word and other formats can cut across paragraphs, tables, etc.
  In general it is better for developers to extend from
  BaseElementHandler than to manually implement
  all the methods in this interface.
| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close any resoures associated with this handler. | 
| void | endAdded(Element element)End of a Added element. | 
| void | endAddedCell(Element element)End of a AddedCell element. | 
| void | endAnnot(Element element)End of a Annot element. | 
| void | endArchiveColInfo(Element element)End of a ArchiveColInfo element. | 
| void | endArchiveColumnDefinitions(Element element)End of a ArchiveColumnDefinitions element. | 
| void | endArchiveRow(Element element)End of a ArchiveRow element. | 
| void | endArchiveTable(Element element)End of a ArchiveTable element. | 
| void | endArchiveTableName(Element element)End of a ArchiveTableName element. | 
| void | endArticleThread(Element element)End of a ArticleThread element. | 
| void | endAuthorHistory(Element element)End of a AuthorHistory element. | 
| void | endBody(Element element)End of a Body element. | 
| void | endBoolean(Element element)End of a Boolean element. | 
| void | endBooleanCell(Element element)End of a BooleanCell element. | 
| void | endBooleanField(Element element)End of a BooleanField element. | 
| void | endBooleanProperty(Element element)End of a BooleanProperty element. | 
| void | endCell(Element element)End of a Cell element. | 
| void | endChart(Element element)End of a Chart element. | 
| void | endCodepageProperty(Element element)End of a CodepageProperty element. | 
| void | endColInfo(Element element)End of a ColInfo element. | 
| void | endCollection(Element element)End of a Collection element. | 
| void | endCommentingAuthor(Element element)End of a CommentingAuthor element. | 
| void | endContent(Element element)End of a Content element. | 
| void | endContentRef(Element element)End of a ContentRef element. | 
| void | endDatabaseColInfo(Element element)End of a DatabaseColInfo element. | 
| void | endDatabaseColumnDefinitions(Element element)End of a DatabaseColumnDefinitions element. | 
| void | endDatabaseFieldName(Element element)End of a DatabaseFieldName element. | 
| void | endDatabaseQueries(Element element)End of a DatabaseQueries element. | 
| void | endDatabaseRow(Element element)End of a DatabaseRow element. | 
| void | endDatabaseTable(Element element)End of a DatabaseTable element. | 
| void | endDatabaseTableName(Element element)End of a DatabaseTableName element. | 
| void | endDataField(Element element)End of a DataField element. | 
| void | endDataProperty(Element element)End of a DataProperty element. | 
| void | endDate(Element element)End of a Date element. | 
| void | endDateCell(Element element)End of a DateCell element. | 
| void | endDateField(Element element)End of a DateField element. | 
| void | endDateProperty(Element element)End of a DateProperty element. | 
| void | endDeleted(Element element)End of a Deleted element. | 
| void | endDeletedCell(Element element)End of a DeletedCell element. | 
| void | endDocumentCollection(Element element)End of a DocumentCollection element. | 
| void | endDurationCell(Element element)End of a DurationCell element. | 
| void | endDurationProperty(Element element)End of a DurationProperty element. | 
| void | endEmbeddedContent(Element element)End of a EmbeddedContent element. | 
| void | endException(Element element)End of a Exception element. | 
| void | endExportDocument(Element element)End of a ExportDocument element. | 
| void | endExtremeCells(Element element)End of a ExtremeCells element. | 
| void | endFastSaveData(Element element)End of a FastSaveData element. | 
| void | endFingerprint(Element element)End of a Fingerprint element. | 
| void | endFloatProperty(Element element)End of a FloatProperty element. | 
| void | endFormField(Element element)End of a FormField element. | 
| void | endFrame(Element element)End of a Frame element. | 
| void | endHeaderFooter(Element element)End of a HeaderFooter element. | 
| void | endHeaderFooterRef(Element element)End of a HeaderFooterRef element. | 
| void | endHidden(Element element)End of a Hidden element. | 
| void | endHyperlinkBegin(Element element)End of a HyperlinkBegin element. | 
| void | endHyperlinkEnd(Element element)End of a HyperlinkEnd element. | 
| void | endInteger(Element element)End of a Integer element. | 
| void | endIntegerProperty(Element element)End of a IntegerProperty element. | 
| void | endL(Element element)End of a L element. | 
| void | endLinkedContent(Element element)End of a LinkedContent element. | 
| void | endListProperty(Element element)End of a ListProperty element. | 
| void | endLocaleProperty(Element element)End of a LocaleProperty element. | 
| void | endLocationInfo(Element element)End of a LocationInfo element. | 
| void | endMacrosAndCode(Element element)End of a MacrosAndCode element. | 
| void | endNote(Element element)End of a Note element. | 
| void | endNoteRef(Element element)End of a NoteRef element. | 
| void | endNumberCell(Element element)End of a NumberCell element. | 
| void | endObfuscated(Element element)End of a Obfuscated element. | 
| void | endOfficeXMLPart(Element element)End of a OfficeXMLPart element. | 
| void | endOutlineItem(Element element)End of a OutlineItem element. | 
| void | endP(Element element)End of a P element. | 
| void | endPage(Element element)End of a Page element. | 
| void | endPageInfo(Element element)End of a PageInfo element. | 
| void | endPrinterInformation(Element element)End of a PrinterInformation element. | 
| void | endProcessingInfo(Element element)End of a ProcessingInfo element. | 
| void | endPT(Element element)End of a PT element. | 
| void | endRevisions(Element element)End of a Revisions element. | 
| void | endRoot(Element element)End of a Root element. | 
| void | endRoutingSlip(Element element)End of a RoutingSlip element. | 
| void | endRow(Element element)End of a Row element. | 
| void | endRowInfo(Element element)End of a RowInfo element. | 
| void | endScenario(Element element)End of a Scenario element. | 
| void | endSection(Element element)End of a Section element. | 
| void | endSecureResult(Element element)End of a SecureResult element. | 
| void | endSheet(Element element)End of a Sheet element. | 
| void | endSheetName(Element element)End of a SheetName element. | 
| void | endSlide(Element element)End of a Slide element. | 
| void | endSlideBody(Element element)End of a SlideBody element. | 
| void | endSlideTitle(Element element)End of a SlideTitle element. | 
| void | endString(Element element)End of a String element. | 
| void | endStringProperty(Element element)End of a StringProperty element. | 
| void | endSubContent(Element element)End of a SubContent element. | 
| void | endSurvey(Element element)End of a Survey element. | 
| void | endSurveyQuestion(Element element)End of a SurveyQuestion element. | 
| void | endTable(Element element)End of a Table element. | 
| void | endTemplate(Element element)End of a Template element. | 
| void | endText(Element element)End of a Text element. | 
| void | endTextBox(Element element)End of a TextBox element. | 
| void | endTextCell(Element element)End of a TextCell element. | 
| void | endTextField(Element element)End of a TextField element. | 
| void | endTextProperty(Element element)End of a TextProperty element. | 
| void | endThumbnail(Element element)End of a Thumbnail element. | 
| void | endTrace(Element element)End of a Trace element. | 
| void | endVersions(Element element)End of a Versions element. | 
| void | endWeakProtections(Element element)End of a WeakProtections element. | 
| void | endWebCaptureContentSet(Element element)End of a WebCaptureContentSet element. | 
| java.nio.CharBuffer | getCharBuffer(int minSize)Returns a character buffer to be used in subsequent text method
  calls. | 
| void | locator(long locator)A locator for the following text event | 
| void | processEmbeddedContent(EmbeddedContentElement element)Process the element after export has occured. | 
| void | processExportDocument(ExportDocumentElement element)Process the element after export has occured. | 
| void | startAdded(AddedElement element)Start of a Added element. | 
| void | startAddedCell(AddedCellElement element)Start of a AddedCell element. | 
| void | startAnnot(AnnotElement element)Start of a Annot element. | 
| void | startArchiveColInfo(ArchiveColInfoElement element)Start of a ArchiveColInfo element. | 
| void | startArchiveColumnDefinitions(ArchiveColumnDefinitionsElement element)Start of a ArchiveColumnDefinitions element. | 
| void | startArchiveRow(ArchiveRowElement element)Start of a ArchiveRow element. | 
| void | startArchiveTable(ArchiveTableElement element)Start of a ArchiveTable element. | 
| void | startArchiveTableName(ArchiveTableNameElement element)Start of a ArchiveTableName element. | 
| void | startArticleThread(ArticleThreadElement element)Start of a ArticleThread element. | 
| void | startAuthorHistory(AuthorHistoryElement element)Start of a AuthorHistory element. | 
| void | startBody(BodyElement element)Start of a Body element. | 
| void | startBoolean(BooleanElement element)Start of a Boolean element. | 
| void | startBooleanCell(BooleanCellElement element)Start of a BooleanCell element. | 
| void | startBooleanField(BooleanFieldElement element)Start of a BooleanField element. | 
| void | startBooleanProperty(BooleanPropertyElement element)Start of a BooleanProperty element. | 
| void | startCell(CellElement element)Start of a Cell element. | 
| void | startChart(ChartElement element)Start of a Chart element. | 
| void | startCodepageProperty(CodepagePropertyElement element)Start of a CodepageProperty element. | 
| void | startColInfo(ColInfoElement element)Start of a ColInfo element. | 
| void | startCollection(CollectionElement element)Start of a Collection element. | 
| void | startCommentingAuthor(CommentingAuthorElement element)Start of a CommentingAuthor element. | 
| void | startContent(ContentElement element)Start of a Content element. | 
| void | startContentRef(ContentRefElement element)Start of a ContentRef element. | 
| void | startDatabaseColInfo(DatabaseColInfoElement element)Start of a DatabaseColInfo element. | 
| void | startDatabaseColumnDefinitions(DatabaseColumnDefinitionsElement element)Start of a DatabaseColumnDefinitions element. | 
| void | startDatabaseFieldName(DatabaseFieldNameElement element)Start of a DatabaseFieldName element. | 
| void | startDatabaseQueries(DatabaseQueriesElement element)Start of a DatabaseQueries element. | 
| void | startDatabaseRow(DatabaseRowElement element)Start of a DatabaseRow element. | 
| void | startDatabaseTable(DatabaseTableElement element)Start of a DatabaseTable element. | 
| void | startDatabaseTableName(DatabaseTableNameElement element)Start of a DatabaseTableName element. | 
| void | startDataField(DataFieldElement element)Start of a DataField element. | 
| void | startDataProperty(DataPropertyElement element)Start of a DataProperty element. | 
| void | startDate(DateElement element)Start of a Date element. | 
| void | startDateCell(DateCellElement element)Start of a DateCell element. | 
| void | startDateField(DateFieldElement element)Start of a DateField element. | 
| void | startDateProperty(DatePropertyElement element)Start of a DateProperty element. | 
| void | startDeleted(DeletedElement element)Start of a Deleted element. | 
| void | startDeletedCell(DeletedCellElement element)Start of a DeletedCell element. | 
| void | startDocumentCollection(DocumentCollectionElement element)Start of a DocumentCollection element. | 
| void | startDurationCell(DurationCellElement element)Start of a DurationCell element. | 
| void | startDurationProperty(DurationPropertyElement element)Start of a DurationProperty element. | 
| void | startEmbeddedContent(EmbeddedContentElement element)Start of a EmbeddedContent element. | 
| void | startException(ExceptionElement element)Start of a Exception element. | 
| void | startExportDocument(ExportDocumentElement element)Start of a ExportDocument element. | 
| void | startExtremeCells(ExtremeCellsElement element)Start of a ExtremeCells element. | 
| void | startFastSaveData(FastSaveDataElement element)Start of a FastSaveData element. | 
| void | startFingerprint(FingerprintElement element)Start of a Fingerprint element. | 
| void | startFloatProperty(FloatPropertyElement element)Start of a FloatProperty element. | 
| void | startFormField(FormFieldElement element)Start of a FormField element. | 
| void | startFrame(FrameElement element)Start of a Frame element. | 
| void | startHeaderFooter(HeaderFooterElement element)Start of a HeaderFooter element. | 
| void | startHeaderFooterRef(HeaderFooterRefElement element)Start of a HeaderFooterRef element. | 
| void | startHidden(HiddenElement element)Start of a Hidden element. | 
| void | startHyperlinkBegin(HyperlinkBeginElement element)Start of a HyperlinkBegin element. | 
| void | startHyperlinkEnd(HyperlinkEndElement element)Start of a HyperlinkEnd element. | 
| void | startInteger(IntegerElement element)Start of a Integer element. | 
| void | startIntegerProperty(IntegerPropertyElement element)Start of a IntegerProperty element. | 
| void | startL(LElement element)Start of a L element. | 
| void | startLinkedContent(LinkedContentElement element)Start of a LinkedContent element. | 
| void | startListProperty(ListPropertyElement element)Start of a ListProperty element. | 
| void | startLocaleProperty(LocalePropertyElement element)Start of a LocaleProperty element. | 
| void | startLocationInfo(LocationInfoElement element)Start of a LocationInfo element. | 
| void | startMacrosAndCode(MacrosAndCodeElement element)Start of a MacrosAndCode element. | 
| void | startNote(NoteElement element)Start of a Note element. | 
| void | startNoteRef(NoteRefElement element)Start of a NoteRef element. | 
| void | startNumberCell(NumberCellElement element)Start of a NumberCell element. | 
| void | startObfuscated(ObfuscatedElement element)Start of a Obfuscated element. | 
| void | startOfficeXMLPart(OfficeXMLPartElement element)Start of a OfficeXMLPart element. | 
| void | startOutlineItem(OutlineItemElement element)Start of a OutlineItem element. | 
| void | startP(PElement element)Start of a P element. | 
| void | startPage(PageElement element)Start of a Page element. | 
| void | startPageInfo(PageInfoElement element)Start of a PageInfo element. | 
| void | startPrinterInformation(PrinterInformationElement element)Start of a PrinterInformation element. | 
| void | startProcessingInfo(ProcessingInfoElement element)Start of a ProcessingInfo element. | 
| void | startPT(PTElement element)Start of a PT element. | 
| void | startRevisions(RevisionsElement element)Start of a Revisions element. | 
| void | startRoot(RootElement element)Start of a Root element. | 
| void | startRoutingSlip(RoutingSlipElement element)Start of a RoutingSlip element. | 
| void | startRow(RowElement element)Start of a Row element. | 
| void | startRowInfo(RowInfoElement element)Start of a RowInfo element. | 
| void | startScenario(ScenarioElement element)Start of a Scenario element. | 
| void | startSection(SectionElement element)Start of a Section element. | 
| void | startSecureResult(SecureResultElement element)Start of a SecureResult element. | 
| void | startSheet(SheetElement element)Start of a Sheet element. | 
| void | startSheetName(SheetNameElement element)Start of a SheetName element. | 
| void | startSlide(SlideElement element)Start of a Slide element. | 
| void | startSlideBody(SlideBodyElement element)Start of a SlideBody element. | 
| void | startSlideTitle(SlideTitleElement element)Start of a SlideTitle element. | 
| void | startString(StringElement element)Start of a String element. | 
| void | startStringProperty(StringPropertyElement element)Start of a StringProperty element. | 
| void | startSubContent(SubContentElement element)Start of a SubContent element. | 
| void | startSurvey(SurveyElement element)Start of a Survey element. | 
| void | startSurveyQuestion(SurveyQuestionElement element)Start of a SurveyQuestion element. | 
| void | startTable(TableElement element)Start of a Table element. | 
| void | startTemplate(TemplateElement element)Start of a Template element. | 
| void | startText(TextElement element)Start of a Text element. | 
| void | startTextBox(TextBoxElement element)Start of a TextBox element. | 
| void | startTextCell(TextCellElement element)Start of a TextCell element. | 
| void | startTextField(TextFieldElement element)Start of a TextField element. | 
| void | startTextProperty(TextPropertyElement element)Start of a TextProperty element. | 
| void | startThumbnail(ThumbnailElement element)Start of a Thumbnail element. | 
| void | startTrace(TraceElement element)Start of a Trace element. | 
| void | startVersions(VersionsElement element)Start of a Versions element. | 
| void | startWeakProtections(WeakProtectionsElement element)Start of a WeakProtections element. | 
| void | startWebCaptureContentSet(WebCaptureContentSetElement element)Start of a WebCaptureContentSet element. | 
| void | text(java.nio.CharBuffer buffer)Text from the document. | 
java.nio.CharBuffer getCharBuffer(int minSize)
minSize - The minimum allowable size in characters of the buffer returnedvoid text(java.nio.CharBuffer buffer) throws java.io.IOException
buffer - A CharBuffer containing text. Valid text starts at
  buffer.position() and continue to buffer.limit().java.io.IOExceptionvoid locator(long locator)
      throws java.io.IOException
locator - A opaque value representing the next
  run of text. This locator paired with an index of a character
  in the next text() method call uniquely identifies a
  position in the text.java.io.IOExceptionvoid close()
void startRoot(RootElement element) throws java.io.IOException
java.io.IOExceptionvoid endRoot(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDocumentCollection(DocumentCollectionElement element) throws java.io.IOException
java.io.IOExceptionvoid endDocumentCollection(Element element) throws java.io.IOException
java.io.IOExceptionvoid startProcessingInfo(ProcessingInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endProcessingInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startContent(ContentElement element) throws java.io.IOException
java.io.IOExceptionvoid endContent(Element element) throws java.io.IOException
java.io.IOExceptionvoid startCollection(CollectionElement element) throws java.io.IOException
java.io.IOExceptionvoid endCollection(Element element) throws java.io.IOException
java.io.IOExceptionvoid startEmbeddedContent(EmbeddedContentElement element) throws java.io.IOException
java.io.IOExceptionvoid processEmbeddedContent(EmbeddedContentElement element) throws java.io.IOException
java.io.IOExceptionvoid endEmbeddedContent(Element element) throws java.io.IOException
java.io.IOExceptionvoid startLinkedContent(LinkedContentElement element) throws java.io.IOException
java.io.IOExceptionvoid endLinkedContent(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSubContent(SubContentElement element) throws java.io.IOException
java.io.IOExceptionvoid endSubContent(Element element) throws java.io.IOException
java.io.IOExceptionvoid startContentRef(ContentRefElement element) throws java.io.IOException
java.io.IOExceptionvoid endContentRef(Element element) throws java.io.IOException
java.io.IOExceptionvoid startRevisions(RevisionsElement element) throws java.io.IOException
java.io.IOExceptionvoid endRevisions(Element element) throws java.io.IOException
java.io.IOExceptionvoid startExportDocument(ExportDocumentElement element) throws java.io.IOException
java.io.IOExceptionvoid processExportDocument(ExportDocumentElement element) throws java.io.IOException
java.io.IOExceptionvoid endExportDocument(Element element) throws java.io.IOException
java.io.IOExceptionvoid startFrame(FrameElement element) throws java.io.IOException
java.io.IOExceptionvoid endFrame(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTextProperty(TextPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endTextProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startPageInfo(PageInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endPageInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startStringProperty(StringPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endStringProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startBooleanProperty(BooleanPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endBooleanProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startIntegerProperty(IntegerPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endIntegerProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startFloatProperty(FloatPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endFloatProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDateProperty(DatePropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endDateProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDurationProperty(DurationPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endDurationProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDataProperty(DataPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endDataProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startLocaleProperty(LocalePropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endLocaleProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startCodepageProperty(CodepagePropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endCodepageProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startListProperty(ListPropertyElement element) throws java.io.IOException
java.io.IOExceptionvoid endListProperty(Element element) throws java.io.IOException
java.io.IOExceptionvoid startString(StringElement element) throws java.io.IOException
java.io.IOExceptionvoid endString(Element element) throws java.io.IOException
java.io.IOExceptionvoid startText(TextElement element) throws java.io.IOException
java.io.IOExceptionvoid endText(Element element) throws java.io.IOException
java.io.IOExceptionvoid startInteger(IntegerElement element) throws java.io.IOException
java.io.IOExceptionvoid endInteger(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDate(DateElement element) throws java.io.IOException
java.io.IOExceptionvoid endDate(Element element) throws java.io.IOException
java.io.IOExceptionvoid startBoolean(BooleanElement element) throws java.io.IOException
java.io.IOExceptionvoid endBoolean(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSheet(SheetElement element) throws java.io.IOException
java.io.IOExceptionvoid endSheet(Element element) throws java.io.IOException
java.io.IOExceptionvoid startPage(PageElement element) throws java.io.IOException
java.io.IOExceptionvoid endPage(Element element) throws java.io.IOException
java.io.IOExceptionvoid startBody(BodyElement element) throws java.io.IOException
java.io.IOExceptionvoid endBody(Element element) throws java.io.IOException
java.io.IOExceptionvoid startHyperlinkBegin(HyperlinkBeginElement element) throws java.io.IOException
java.io.IOExceptionvoid endHyperlinkBegin(Element element) throws java.io.IOException
java.io.IOExceptionvoid startHyperlinkEnd(HyperlinkEndElement element) throws java.io.IOException
java.io.IOExceptionvoid endHyperlinkEnd(Element element) throws java.io.IOException
java.io.IOExceptionvoid startHidden(HiddenElement element) throws java.io.IOException
java.io.IOExceptionvoid endHidden(Element element) throws java.io.IOException
java.io.IOExceptionvoid startAdded(AddedElement element) throws java.io.IOException
java.io.IOExceptionvoid endAdded(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDeleted(DeletedElement element) throws java.io.IOException
java.io.IOExceptionvoid endDeleted(Element element) throws java.io.IOException
java.io.IOExceptionvoid startNote(NoteElement element) throws java.io.IOException
java.io.IOExceptionvoid endNote(Element element) throws java.io.IOException
java.io.IOExceptionvoid startAnnot(AnnotElement element) throws java.io.IOException
java.io.IOExceptionvoid endAnnot(Element element) throws java.io.IOException
java.io.IOExceptionvoid startNoteRef(NoteRefElement element) throws java.io.IOException
java.io.IOExceptionvoid endNoteRef(Element element) throws java.io.IOException
java.io.IOExceptionvoid startObfuscated(ObfuscatedElement element) throws java.io.IOException
java.io.IOExceptionvoid endObfuscated(Element element) throws java.io.IOException
java.io.IOExceptionvoid startHeaderFooter(HeaderFooterElement element) throws java.io.IOException
java.io.IOExceptionvoid endHeaderFooter(Element element) throws java.io.IOException
java.io.IOExceptionvoid startHeaderFooterRef(HeaderFooterRefElement element) throws java.io.IOException
java.io.IOExceptionvoid endHeaderFooterRef(Element element) throws java.io.IOException
java.io.IOExceptionvoid startP(PElement element) throws java.io.IOException
java.io.IOExceptionvoid endP(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTextBox(TextBoxElement element) throws java.io.IOException
java.io.IOExceptionvoid endTextBox(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTemplate(TemplateElement element) throws java.io.IOException
java.io.IOExceptionvoid endTemplate(Element element) throws java.io.IOException
java.io.IOExceptionvoid startChart(ChartElement element) throws java.io.IOException
java.io.IOExceptionvoid endChart(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSlide(SlideElement element) throws java.io.IOException
java.io.IOExceptionvoid endSlide(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSlideTitle(SlideTitleElement element) throws java.io.IOException
java.io.IOExceptionvoid endSlideTitle(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSlideBody(SlideBodyElement element) throws java.io.IOException
java.io.IOExceptionvoid endSlideBody(Element element) throws java.io.IOException
java.io.IOExceptionvoid startThumbnail(ThumbnailElement element) throws java.io.IOException
java.io.IOExceptionvoid endThumbnail(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSection(SectionElement element) throws java.io.IOException
java.io.IOExceptionvoid endSection(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSurvey(SurveyElement element) throws java.io.IOException
java.io.IOExceptionvoid endSurvey(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSurveyQuestion(SurveyQuestionElement element) throws java.io.IOException
java.io.IOExceptionvoid endSurveyQuestion(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTable(TableElement element) throws java.io.IOException
java.io.IOExceptionvoid endTable(Element element) throws java.io.IOException
java.io.IOExceptionvoid startRow(RowElement element) throws java.io.IOException
java.io.IOExceptionvoid endRow(Element element) throws java.io.IOException
java.io.IOExceptionvoid startCell(CellElement element) throws java.io.IOException
java.io.IOExceptionvoid endCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseTable(DatabaseTableElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseTable(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseColumnDefinitions(DatabaseColumnDefinitionsElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseColumnDefinitions(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseTableName(DatabaseTableNameElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseTableName(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseColInfo(DatabaseColInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseColInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseFieldName(DatabaseFieldNameElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseFieldName(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseRow(DatabaseRowElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseRow(Element element) throws java.io.IOException
java.io.IOExceptionvoid startArchiveTable(ArchiveTableElement element) throws java.io.IOException
java.io.IOExceptionvoid endArchiveTable(Element element) throws java.io.IOException
java.io.IOExceptionvoid startArchiveColumnDefinitions(ArchiveColumnDefinitionsElement element) throws java.io.IOException
java.io.IOExceptionvoid endArchiveColumnDefinitions(Element element) throws java.io.IOException
java.io.IOExceptionvoid startArchiveTableName(ArchiveTableNameElement element) throws java.io.IOException
java.io.IOExceptionvoid endArchiveTableName(Element element) throws java.io.IOException
java.io.IOExceptionvoid startArchiveColInfo(ArchiveColInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endArchiveColInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startArchiveRow(ArchiveRowElement element) throws java.io.IOException
java.io.IOExceptionvoid endArchiveRow(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTextField(TextFieldElement element) throws java.io.IOException
java.io.IOExceptionvoid endTextField(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDataField(DataFieldElement element) throws java.io.IOException
java.io.IOExceptionvoid endDataField(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDateField(DateFieldElement element) throws java.io.IOException
java.io.IOExceptionvoid endDateField(Element element) throws java.io.IOException
java.io.IOExceptionvoid startBooleanField(BooleanFieldElement element) throws java.io.IOException
java.io.IOExceptionvoid endBooleanField(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSheetName(SheetNameElement element) throws java.io.IOException
java.io.IOExceptionvoid endSheetName(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTextCell(TextCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endTextCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startNumberCell(NumberCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endNumberCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDateCell(DateCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endDateCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDurationCell(DurationCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endDurationCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startBooleanCell(BooleanCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endBooleanCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startAddedCell(AddedCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endAddedCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDeletedCell(DeletedCellElement element) throws java.io.IOException
java.io.IOExceptionvoid endDeletedCell(Element element) throws java.io.IOException
java.io.IOExceptionvoid startRowInfo(RowInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endRowInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startColInfo(ColInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endColInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startScenario(ScenarioElement element) throws java.io.IOException
java.io.IOExceptionvoid endScenario(Element element) throws java.io.IOException
java.io.IOExceptionvoid startPT(PTElement element) throws java.io.IOException
java.io.IOExceptionvoid endPT(Element element) throws java.io.IOException
java.io.IOExceptionvoid startL(LElement element) throws java.io.IOException
java.io.IOExceptionvoid endL(Element element) throws java.io.IOException
java.io.IOExceptionvoid startFingerprint(FingerprintElement element) throws java.io.IOException
java.io.IOExceptionvoid endFingerprint(Element element) throws java.io.IOException
java.io.IOExceptionvoid startDatabaseQueries(DatabaseQueriesElement element) throws java.io.IOException
java.io.IOExceptionvoid endDatabaseQueries(Element element) throws java.io.IOException
java.io.IOExceptionvoid startAuthorHistory(AuthorHistoryElement element) throws java.io.IOException
java.io.IOExceptionvoid endAuthorHistory(Element element) throws java.io.IOException
java.io.IOExceptionvoid startMacrosAndCode(MacrosAndCodeElement element) throws java.io.IOException
java.io.IOExceptionvoid endMacrosAndCode(Element element) throws java.io.IOException
java.io.IOExceptionvoid startPrinterInformation(PrinterInformationElement element) throws java.io.IOException
java.io.IOExceptionvoid endPrinterInformation(Element element) throws java.io.IOException
java.io.IOExceptionvoid startRoutingSlip(RoutingSlipElement element) throws java.io.IOException
java.io.IOExceptionvoid endRoutingSlip(Element element) throws java.io.IOException
java.io.IOExceptionvoid startWeakProtections(WeakProtectionsElement element) throws java.io.IOException
java.io.IOExceptionvoid endWeakProtections(Element element) throws java.io.IOException
java.io.IOExceptionvoid startVersions(VersionsElement element) throws java.io.IOException
java.io.IOExceptionvoid endVersions(Element element) throws java.io.IOException
java.io.IOExceptionvoid startFastSaveData(FastSaveDataElement element) throws java.io.IOException
java.io.IOExceptionvoid endFastSaveData(Element element) throws java.io.IOException
java.io.IOExceptionvoid startExtremeCells(ExtremeCellsElement element) throws java.io.IOException
java.io.IOExceptionvoid endExtremeCells(Element element) throws java.io.IOException
java.io.IOExceptionvoid startLocationInfo(LocationInfoElement element) throws java.io.IOException
java.io.IOExceptionvoid endLocationInfo(Element element) throws java.io.IOException
java.io.IOExceptionvoid startSecureResult(SecureResultElement element) throws java.io.IOException
java.io.IOExceptionvoid endSecureResult(Element element) throws java.io.IOException
java.io.IOExceptionvoid startException(ExceptionElement element) throws java.io.IOException
java.io.IOExceptionvoid endException(Element element) throws java.io.IOException
java.io.IOExceptionvoid startOutlineItem(OutlineItemElement element) throws java.io.IOException
java.io.IOExceptionvoid endOutlineItem(Element element) throws java.io.IOException
java.io.IOExceptionvoid startArticleThread(ArticleThreadElement element) throws java.io.IOException
java.io.IOExceptionvoid endArticleThread(Element element) throws java.io.IOException
java.io.IOExceptionvoid startFormField(FormFieldElement element) throws java.io.IOException
java.io.IOExceptionvoid endFormField(Element element) throws java.io.IOException
java.io.IOExceptionvoid startOfficeXMLPart(OfficeXMLPartElement element) throws java.io.IOException
java.io.IOExceptionvoid endOfficeXMLPart(Element element) throws java.io.IOException
java.io.IOExceptionvoid startWebCaptureContentSet(WebCaptureContentSetElement element) throws java.io.IOException
java.io.IOExceptionvoid endWebCaptureContentSet(Element element) throws java.io.IOException
java.io.IOExceptionvoid startCommentingAuthor(CommentingAuthorElement element) throws java.io.IOException
java.io.IOExceptionvoid endCommentingAuthor(Element element) throws java.io.IOException
java.io.IOExceptionvoid startTrace(TraceElement element) throws java.io.IOException
java.io.IOExceptionvoid endTrace(Element element) throws java.io.IOException
java.io.IOExceptionCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.