Beispiel #1
0
 /**
  * Sets the value of the printSpace property.
  *
  * @param value
  *     allowed object is
  *     {@link PageSpaceType }
  *
  */
 public void setPrintSpace(PageSpaceType value)
 {
     this.printSpace = value;
 }
Beispiel #2
0
 /**
  * Sets the value of the bottomMargin property.
  *
  * @param value
  *     allowed object is
  *     {@link PageSpaceType }
  *
  */
 public void setBottomMargin(PageSpaceType value)
 {
     this.bottomMargin = value;
 }
Beispiel #3
0
 /**
  * Sets the value of the leftMargin property.
  *
  * @param value
  *     allowed object is
  *     {@link PageSpaceType }
  *
  */
 public void setLeftMargin(PageSpaceType value)
 {
     this.leftMargin = value;
 }
Beispiel #4
0
 /**
  * Sets the value of the rightMargin property.
  *
  * @param value
  *     allowed object is
  *     {@link PageSpaceType }
  *
  */
 public void setRightMargin(PageSpaceType value)
 {
     this.rightMargin = value;
 }
Beispiel #5
0
 /**
  * Sets the value of the topMargin property.
  *
  * @param value
  *     allowed object is
  *     {@link PageSpaceType }
  *
  */
 public void setTopMargin(PageSpaceType value)
 {
     this.topMargin = value;
 }