Uses of Class
io.keikai.doc.collab.structs.AbstractContent
Packages that use AbstractContent
-
Uses of AbstractContent in io.keikai.doc.collab.structs
Subclasses of AbstractContent in io.keikai.doc.collab.structsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods in io.keikai.doc.collab.structs that return AbstractContentModifier and TypeMethodDescriptionAbstractContent.copy()Creates a copy of this content.Item.getContent()static AbstractContentItem.readItemContent(UpdateDecoder decoder, int info) Reads the content of an item from the decoder.AbstractContent.splice(int offset) Splices the content at the specified offset.Methods in io.keikai.doc.collab.structs with parameters of type AbstractContentModifier and TypeMethodDescriptionbooleanAbstractContent.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