Class: Docbook::Elements::ImageObject

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Includes:
DocbookElement, Identifiable
Defined in:
lib/docbook/elements/imageobject.rb

Instance Method Summary collapse

Methods included from Identifiable

#element_id

Methods included from DocbookElement

#callout_marker?, #colsep, #content, #element_id, #fileref, #formal?, #frame, #has_title?, #imagedata, #imageobject, #index_term?, #indexterm, #info, #list_of_category, #number, #numberable?, #numbering_role, #resolve_title, #rowsep, #section_like?, #stats_category, #text, #title, #titled?, #toc_children, #try_add_inline, #videoobject, #walk_children, #xml_id, #xref?

Instance Method Details

#media_childrenObject



14
15
16
# File 'lib/docbook/elements/imageobject.rb', line 14

def media_children
  imagedata ? [imagedata] : []
end