public interface CtRecentFiles
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
CtRecentFiles.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
void |
addFile(String file)
Appends the value as the last "file" element
|
org.apache.xmlbeans.XmlString |
addNewFile()
Appends and returns a new empty value (as xml) as the last "file" element
|
String[] |
getFileArray()
Gets array of all "file" elements
|
String |
getFileArray(int i)
Gets ith "file" element
|
void |
insertFile(int i,
String file)
Inserts the value as the ith "file" element
|
org.apache.xmlbeans.XmlString |
insertNewFile(int i)
Inserts and returns a new empty value (as xml) as the ith "file" element
|
void |
removeFile(int i)
Removes the ith "file" element
|
void |
setFileArray(int i,
String file)
Sets ith "file" element
|
void |
setFileArray(String[] fileArray)
Sets array of all "file" element
|
int |
sizeOfFileArray()
Returns number of "file" element
|
org.apache.xmlbeans.XmlString[] |
xgetFileArray()
Gets (as xml) array of all "file" elements
|
org.apache.xmlbeans.XmlString |
xgetFileArray(int i)
Gets (as xml) ith "file" element
|
void |
xsetFileArray(int i,
org.apache.xmlbeans.XmlString file)
Sets (as xml) ith "file" element
|
void |
xsetFileArray(org.apache.xmlbeans.XmlString[] fileArray)
Sets (as xml) array of all "file" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString[] getFileArray()
String getFileArray(int i)
org.apache.xmlbeans.XmlString[] xgetFileArray()
org.apache.xmlbeans.XmlString xgetFileArray(int i)
int sizeOfFileArray()
void setFileArray(String[] fileArray)
void setFileArray(int i,
String file)
void xsetFileArray(org.apache.xmlbeans.XmlString[] fileArray)
void xsetFileArray(int i,
org.apache.xmlbeans.XmlString file)
void insertFile(int i,
String file)
void addFile(String file)
org.apache.xmlbeans.XmlString insertNewFile(int i)
org.apache.xmlbeans.XmlString addNewFile()
void removeFile(int i)
Copyright © 2014. All Rights Reserved.