ixdlsserializablecollection-ag凯发旗舰厅
com.spire.doc.interfaces
interface ixdlsserializablecollection
- all superinterfaces:
- java.lang.iterable
- all known implementing classes:
- bodyregioncollection, cellcollection, columncollection, documentobjectcollection, documentserializablecollection, dropdowncollection, listlevelcollection, liststylecollection, paragraphitemcollection, rowcollection, sectioncollection, shapeitemcollection, stylecollection, tabcollection, textboxitemcollection
public interface ixdlsserializablecollection
- extends java.lang.iterable
represents required functionality for serialization by xdlsreader/writer.
used for collections/lists implementation
addnewitem
addnewitem(ixdlscontentreader reader)
- collection must creates and adds new empty item.
- parameters:
reader
- ixdlscontentreader
- returns:
- idocumentserializable
gettagitemnameex
java.lang.string gettagitemnameex()
- gets the name of the tag item.
- returns:
- the name of the tag item.
getcount
int getcount()
- gets the count.
- returns:
- the count.