- addAmount(int) - Method in class me.ryandw11.ods.util.KeyScout
-
Add x size to the parent object headers.
- addChild(KeyScoutChild) - Method in class me.ryandw11.ods.util.KeyScout
-
Add a child to the key scout.
- addSize(int) - Method in class me.ryandw11.ods.util.KeyScoutChild
-
- addTag(Tag<?>) - Method in class me.ryandw11.ods.tags.CompressedObjectTag
-
Add a tag to the object.
- addTag(T) - Method in class me.ryandw11.ods.tags.ListTag
-
Add a tag to the list tag.
- addTag(Tag<?>) - Method in class me.ryandw11.ods.tags.ObjectTag
-
Add a tag to the object.
- allowUndefinedTags(boolean) - Static method in class me.ryandw11.ods.ODS
-
Informs ods whether or not to thrown an error when it comes across an undefined custom tag.
- append(Tag<?>) - Method in class me.ryandw11.ods.internal.ODSFile
-
Append tags to the end of the file.
- append(Tag<?>) - Method in interface me.ryandw11.ods.internal.ODSInternal
-
- append(Tag<?>) - Method in class me.ryandw11.ods.internal.ODSMem
-
Append tags to the end of the buffer.
- append(Tag<?>) - Method in class me.ryandw11.ods.ObjectDataStructure
-
Append tags to the end of the data.
- appendAll(List<Tag<?>>) - Method in class me.ryandw11.ods.internal.ODSFile
-
Append a list of tags to the end of the file.
- appendAll(List<Tag<?>>) - Method in interface me.ryandw11.ods.internal.ODSInternal
-
- appendAll(List<Tag<?>>) - Method in class me.ryandw11.ods.internal.ODSMem
-
Append a list of tags to the end of the buffer.
- appendAll(List<Tag<?>>) - Method in class me.ryandw11.ods.ObjectDataStructure
-
Append a list of tags to the end of the data.