aspose.pdf
Class PageGutter

java.lang.Object
  extended by aspose.pdf.PageGutter

public class PageGutter
extends java.lang.Object

Represents a PageGutter action


Constructor Summary
PageGutter()
           
 
Method Summary
 GutterPlacementType getPlacement()
          Gets a GutterPlacementType.
 float getSize()
          Gets a float value that indicates the size of page gutter
 void setPlacement(GutterPlacementType value)
          Sets a GutterPlacementType.
 void setSize(float value)
          Sets a float value that indicates the size of page gutter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PageGutter

public PageGutter()
Method Detail

getSize

public float getSize()
Gets a float value that indicates the size of page gutter


setSize

public void setSize(float value)
Sets a float value that indicates the size of page gutter

Parameters:
value -

getPlacement

public GutterPlacementType getPlacement()
Gets a GutterPlacementType. value that indicates the placement of page gutter


setPlacement

public void setPlacement(GutterPlacementType value)
Sets a GutterPlacementType. value that indicates the placement of page gutter

Parameters:
value -