Uses of Class
org.docx4j.org.apache.poi.hpsf.ClassID
| Package | Description |
|---|---|
| org.docx4j.org.apache.poi.hpsf | |
| org.docx4j.org.apache.poi.poifs.filesystem |
filesystem package maps OLE 2 Compound document files to a more familiar filesystem interface.
|
| org.docx4j.org.apache.poi.poifs.property |
property package contains high and low level Property structures for POIFS.
|
-
Uses of ClassID in org.docx4j.org.apache.poi.hpsf
Fields in org.docx4j.org.apache.poi.hpsf declared as ClassID Modifier and Type Field Description protected ClassIDPropertySet. classIDSpecifies thisPropertySet's "classID" field.static ClassIDClassID. EQUATION30static ClassIDClassID. EXCEL95static ClassIDClassID. EXCEL97protected ClassIDSection. formatIDThe section's format ID,Section.getFormatID().static ClassIDClassID. OLE10_PACKAGEstatic ClassIDClassID. POWERPOINT95static ClassIDClassID. POWERPOINT97static ClassIDClassID. PPT_SHOWstatic ClassIDClassID. TXT_ONLYstatic ClassIDClassID. WORD95static ClassIDClassID. WORD97static ClassIDClassID. XLS_WORKBOOKMethods in org.docx4j.org.apache.poi.hpsf that return ClassID Modifier and Type Method Description ClassIDPropertySet. getClassID()Returns the property set stream's low-level "class ID" field.ClassIDSpecialPropertySet. getClassID()ClassIDSection. getFormatID()Returns the format ID.Methods in org.docx4j.org.apache.poi.hpsf with parameters of type ClassID Modifier and Type Method Description voidMutablePropertySet. setClassID(ClassID classID)Sets the property set stream's low-level "class ID" field.voidSpecialPropertySet. setClassID(ClassID classID)voidMutableSection. setFormatID(ClassID formatID)Sets the section's format ID.static intTypeWriter. writeToStream(java.io.OutputStream out, ClassID n)Writes a 16-byteClassIDto an output stream. -
Uses of ClassID in org.docx4j.org.apache.poi.poifs.filesystem
Methods in org.docx4j.org.apache.poi.poifs.filesystem that return ClassID Modifier and Type Method Description ClassIDDirectoryEntry. getStorageClsid()Gets the storage clsid of the directory entryClassIDDirectoryNode. getStorageClsid()Gets the storage clsid of the directory entryClassIDFilteringDirectoryNode. getStorageClsid()Methods in org.docx4j.org.apache.poi.poifs.filesystem with parameters of type ClassID Modifier and Type Method Description voidDirectoryEntry. setStorageClsid(ClassID clsidStorage)Sets the storage clsid for the directory entryvoidDirectoryNode. setStorageClsid(ClassID clsidStorage)Sets the storage clsid for the directory entryvoidFilteringDirectoryNode. setStorageClsid(ClassID clsidStorage) -
Uses of ClassID in org.docx4j.org.apache.poi.poifs.property
Methods in org.docx4j.org.apache.poi.poifs.property that return ClassID Modifier and Type Method Description ClassIDProperty. getStorageClsid()Sets the storage clsid, which is the Class ID of a COM object which reads and writes this streamMethods in org.docx4j.org.apache.poi.poifs.property with parameters of type ClassID Modifier and Type Method Description voidProperty. setStorageClsid(ClassID clsidStorage)Sets the storage class ID for this property stream.