ru.novosoft.dc.rtf.dom.objects
Class Padding

java.lang.Object
  |
  +--ru.novosoft.dc.core.util.Values
        |
        +--ru.novosoft.dc.rtf.dom.objects.Padding

public final class Padding
extends Values
implements Margins

The padding specification class contains 4 padding parameters.


Fields inherited from interface ru.novosoft.dc.rtf.dom.objects.Margins
BOTTOM, LEFT, RIGHT, TOP
 
Constructor Summary
Padding()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Compare this object with another array of spacing parameters and return true if they coinside.
 void exportTo(org.w3c.dom.Element elem, java.lang.String tagName)
          Export the contents of this object to the specified DOM element.
 
Methods inherited from class ru.novosoft.dc.core.util.Values
add, clone, get, mul, set, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Padding

public Padding()
Method Detail

equals

public boolean equals(java.lang.Object obj)
Compare this object with another array of spacing parameters and return true if they coinside.
Overrides:
equals in class Values

exportTo

public void exportTo(org.w3c.dom.Element elem,
                     java.lang.String tagName)
Export the contents of this object to the specified DOM element.