Class DocumentStyles::Margin
In: lib/document_styles.rb
Parent: Object

マージンを表現するモジュール。

Methods

new  

Included Modules

Rectangle

Public Class methods

[Source]

     # File lib/document_styles.rb, line 108
108:     def initialize
109:       @rectangle = {
110:         :top    => 0.0,
111:         :bottom => 0.0,
112:         :left   => 0.0,
113:         :right  => 0.0
114:       }
115:     end

[Validate]