aspose.diagram
Class LayoutDirection

Utility class containing constants. Used to set direction of layout.

Field Summary
const  NumberTOP_TO_BOTTOM
           Places shape from top to bottom. It makes sense only when Flowchart style is choosen.
const  NumberBOTTOM_TO_TOP
           Places shape from bottom to top. It makes sense only when Flowchart style is choosen.
const  NumberLEFT_TO_RIGHT
           Places shape from left to right . It makes sense only when Flowchart style is choosen.
const  NumberRIGHT_TO_LEFT
           Places shape from right to left. It makes sense only when Flowchart style is choosen.
const  NumberDOWN_THEN_RIGHT
           Places shapes first to the down and then right. It makes sense only when CompactTree style is choosen.
const  NumberRIGHT_THEN_DOWN
           Places shapes first to the right and then down. It makes sense only when CompactTree style is choosen.
const  NumberLEFT_THEN_DOWN
           Places shapes first to the left and then down. It makes sense only when CompactTree style is choosen.
const  NumberDOWN_THEN_LEFT
           Places shapes first to the down and then left. It makes sense only when CompactTree style is choosen.
 

Field Detail

TOP_TO_BOTTOM

const Number TOP_TO_BOTTOM
Places shape from top to bottom. It makes sense only when Flowchart style is choosen.

BOTTOM_TO_TOP

const Number BOTTOM_TO_TOP
Places shape from bottom to top. It makes sense only when Flowchart style is choosen.

LEFT_TO_RIGHT

const Number LEFT_TO_RIGHT
Places shape from left to right . It makes sense only when Flowchart style is choosen.

RIGHT_TO_LEFT

const Number RIGHT_TO_LEFT
Places shape from right to left. It makes sense only when Flowchart style is choosen.

DOWN_THEN_RIGHT

const Number DOWN_THEN_RIGHT
Places shapes first to the down and then right. It makes sense only when CompactTree style is choosen.

RIGHT_THEN_DOWN

const Number RIGHT_THEN_DOWN
Places shapes first to the right and then down. It makes sense only when CompactTree style is choosen.

LEFT_THEN_DOWN

const Number LEFT_THEN_DOWN
Places shapes first to the left and then down. It makes sense only when CompactTree style is choosen.

DOWN_THEN_LEFT

const Number DOWN_THEN_LEFT
Places shapes first to the down and then left. It makes sense only when CompactTree style is choosen.

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