public class Cf extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
format |
protected byte[] |
value |
| Constructor and Description |
|---|
Cf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat()
Gets the value of the format property.
|
byte[] |
getValue()
Gets the value of the value property.
|
void |
setFormat(String value)
Sets the value of the format property.
|
void |
setValue(byte[] value)
Sets the value of the value property.
|
protected byte[] value
protected String format
public byte[] getValue()
public void setValue(byte[] value)
value - allowed object is
byte[]public String getFormat()
StringCopyright © 2007-2021. All Rights Reserved.