Class: Idml::Elements::Properties

Inherits:
Lutaml::Model::Serializable
  • Object
show all
Defined in:
lib/idml/elements/properties.rb

Overview

<Properties> — a common child element on page items and story style ranges. Carries optional PathBoundingBox, PathGeometry, Label, and the paragraph-decoration color value elements (RuleAboveColor, ParagraphShadingColor, …) used on PSR/CSR Properties. Only the modeled children are populated from XML; others are ignored.

Instance Method Summary collapse

Instance Method Details

#first_geometryObject



36
37
38
# File 'lib/idml/elements/properties.rb', line 36

def first_geometry
  path_geometry.first
end