Class Object
java.lang.Object
com.independentsoft.office.odf.drawing.FrameContentElement
com.independentsoft.office.odf.drawing.Object
- All Implemented Interfaces:
IContentElement
Declares objects that have a OpenDocument representation.
-
Field Summary
Fields inherited from class com.independentsoft.office.odf.drawing.FrameContentElement
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a deep copy of the current instance.Returns all content elements.Gets the root element of a document in OpenDocument format.Gets the filter name for an image.Specifies that an Object will be notified if content within a given ranges changes.voidsetDocument(Document document)Sets the root element of a document in OpenDocument format.voidSets the filter name for an image.voidsetNotifyOnUpdateOfRanges(String notifyOnUpdateOfRanges)Specifies that an Object will be notified if content within a given ranges changes.toString()Converts the value of the current Object object to its equivalent string representation.Methods inherited from class com.independentsoft.office.odf.drawing.FrameContentElement
getParent, setParent
-
Constructor Details
-
Object
public Object()Initializes a new instance of the Object class.
-
-
Method Details
-
getContentElements
Returns all content elements.- Specified by:
getContentElementsin interfaceIContentElement- Specified by:
getContentElementsin classFrameContentElement- Returns:
- A collection of content elements.
-
clone
Creates a new object that is a deep copy of the current instance.- Specified by:
clonein interfaceIContentElement- Specified by:
clonein classFrameContentElement- Returns:
- A new object that is a copy of this instance.
-
toString
Converts the value of the current Object object to its equivalent string representation. -
getDocument
Gets the root element of a document in OpenDocument format.- Returns:
- the document
-
setDocument
Sets the root element of a document in OpenDocument format.- Parameters:
document- the new document
-
getNotifyOnUpdateOfRanges
Specifies that an Object will be notified if content within a given ranges changes.- Returns:
- the notify on update of ranges
-
setNotifyOnUpdateOfRanges
Specifies that an Object will be notified if content within a given ranges changes.- Parameters:
notifyOnUpdateOfRanges- the new notify on update of ranges
-
getFilter
Gets the filter name for an image. This attribute contains the internal filter name that an consumer has used to load the graphic.- Returns:
- the filter
-
setFilter
Sets the filter name for an image. This attribute contains the internal filter name that an consumer has used to load the graphic.- Parameters:
filter- the new filter
-