com.aspose.diagram
Class AutoSpaceOptions

java.lang.Object
    extended by com.aspose.diagram.AutoSpaceOptions

public class AutoSpaceOptions 
extends java.lang.Object

Represents autospace options.


Constructor Summary
AutoSpaceOptions()
          
 
Property Getters/Setters Summary
doublegetDistanceInHorizontal()
voidsetDistanceInHorizontal(double)
           Defines the distance between the shapes in horizontal direction in inches.
doublegetDistanceInVertical()
voidsetDistanceInVertical(double)
           Defines the distance between the shapes in vertical direction in inches.
 

Constructor Detail

AutoSpaceOptions

public AutoSpaceOptions()

Property Getters/Setters Detail

getDistanceInVertical/setDistanceInVertical

public double getDistanceInVertical() / public void setDistanceInVertical(double value)
Defines the distance between the shapes in vertical direction in inches. Default value 0.375 inch .

getDistanceInHorizontal/setDistanceInHorizontal

public double getDistanceInHorizontal() / public void setDistanceInHorizontal(double value)
Defines the distance between the shapes in horizontal direction in inches. Default value 0.375 inch .

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.