Module spreadsheet_ods::draw

source ·
Expand description

Draw.

Structs§

  • The office:annotation element specifies an OpenDocument annotation. The annotation’s text is contained in text:p and text:list elements.
  • The draw:frame element represents a frame and serves as the container for elements that may occur in a frame. Frame formatting properties are stored in styles belonging to the graphic family.
  • The draw:image element represents an image. An image can be either: • A link to an external resource or • Embedded in the document The draw:image element may have text content. Text content is displayed in addition to the image data. Note: While the image data may have an arbitrary format, vector graphics should be stored in the SVG format and bitmap graphics in the PNG format.

Enums§