Package org.docx4j.docProps.variantTypes
Class Cf
java.lang.Object
org.docx4j.docProps.variantTypes.Cf
Java class for CT_Cf complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Cf">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>base64Binary">
<attribute name="format" type="{http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes}ST_Format" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
protected byte[] value -
format
-
-
Constructor Details
-
Cf
public Cf()
-
-
Method Details
-
getValue
public byte[] getValue()Gets the value of the value property.- Returns:
- possible object is byte[]
-
setValue
public void setValue(byte[] value) Sets the value of the value property.- Parameters:
value- allowed object is byte[]
-
getFormat
Gets the value of the format property.- Returns:
- possible object is
String
-
setFormat
Sets the value of the format property.- Parameters:
value- allowed object isString
-