ipworkszip
Class OfficedocSpecialSectionEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworkszip.OfficedocSpecialSectionEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class OfficedocSpecialSectionEvent
- extends java.util.EventObject
Fired when a special section is encountered.
The SpecialSection event is fired whenever a special
section (such as <![ CDATA [ ..text... ]]>) is found
in the document.
The full text of the special section is provided by the Text parameter, while the SectionId parameter
provides the section identifier (e.g. "CDATA").
- See Also:
Officedoc,
Officedoc.SpecialSectionEvent,
Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
sectionId
public java.lang.String sectionId
text
public java.lang.String text
Copyright (c) 2011 /n software inc. - All rights reserved.