|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.docx4j.docProps.variantTypes.Cf
public class 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>
| Constructor Summary | |
|---|---|
Cf()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormat()
Gets the value of the format property. |
byte[] |
getValue()
Gets the value of the value property. |
void |
setFormat(java.lang.String value)
Sets the value of the format property. |
void |
setValue(byte[] value)
Sets the value of the value property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cf()
| Method Detail |
|---|
public java.lang.String getFormat()
Stringpublic byte[] getValue()
public void setFormat(java.lang.String value)
value - allowed object is
Stringpublic void setValue(byte[] value)
value - allowed object is
byte[]
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||