Uses of Class
io.keikai.doc.collab.structs.AbstractContent
-
Packages that use AbstractContent Package Description io.keikai.doc.collab.structs -
-
Uses of AbstractContent in io.keikai.doc.collab.structs
Subclasses of AbstractContent in io.keikai.doc.collab.structs Modifier and Type Class Description classContentAnyclassContentBinaryclassContentDeletedclassContentDocclassContentEmbedclassContentFormatclassContentJSONclassContentStringclassContentTypeMethods in io.keikai.doc.collab.structs that return AbstractContent Modifier and Type Method Description AbstractContentAbstractContent. copy()Creates a copy of this content.AbstractContentItem. getContent()static AbstractContentItem. readItemContent(UpdateDecoder decoder, int info)Reads the content of an item from the decoder.AbstractContentAbstractContent. splice(int offset)Splices the content at the specified offset.Methods in io.keikai.doc.collab.structs with parameters of type AbstractContent Modifier and Type Method Description booleanAbstractContent. mergeWith(AbstractContent right)Merges this content with another content.booleanContentAny. mergeWith(AbstractContent right)booleanContentDeleted. mergeWith(AbstractContent right)booleanContentEmbed. mergeWith(AbstractContent right)booleanContentFormat. mergeWith(AbstractContent right)booleanContentJSON. mergeWith(AbstractContent right)booleanContentString. mergeWith(AbstractContent right)booleanContentType. mergeWith(AbstractContent right)Constructors in io.keikai.doc.collab.structs with parameters of type AbstractContent Constructor Description Item(ID id, Item left, ID origin, Item right, ID rightOrigin, java.lang.Object parent, java.lang.String parentSub, AbstractContent content)Constructor for the Item class.
-