public class OfficeXMLPartElement extends Element
Modifier and Type | Field and Description |
---|---|
java.lang.String |
contentType
The conent type associated with this part if defined.
|
boolean |
isScrubbable
If set to true this content is scrubbable either automatically or by setting the applicable scrub target to SCRUB.
|
java.lang.String |
mrRelId
The relationship id used when referencing this part from the .rels file defined by @mrRelsName.
|
java.lang.String |
mrRelsName
The name of the most recently processed .rels file that includes a reference to this part.
|
java.lang.String |
mrRelType
The relationship type used when referencing this part from the .rels file defined by @mrRelsName.
|
java.lang.String |
partName
The name of this part.
|
long |
partSize
The uncompressed size of this part.
|
OfficeXMLPartElementRiskCategory |
riskCategory |
Constructor and Description |
---|
OfficeXMLPartElement() |
Modifier and Type | Method and Description |
---|---|
void |
toSaxStart(org.xml.sax.ContentHandler ch) |
getDescription, getName, toSaxEnd
public java.lang.String partName
public OfficeXMLPartElementRiskCategory riskCategory
public java.lang.String contentType
public long partSize
public boolean isScrubbable
public java.lang.String mrRelsName
public java.lang.String mrRelType
public java.lang.String mrRelId
public void toSaxStart(org.xml.sax.ContentHandler ch) throws org.xml.sax.SAXException
toSaxStart
in class Element
org.xml.sax.SAXException
Copyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.