com.aspose.diagram

Class PlaceDepthValue

  • java.lang.Object
    • com.aspose.diagram.PlaceDepthValue
public class PlaceDepthValue 
extends java.lang.Object

Utility class containing constants. For a drawing that is laid out automatically, specifies the method by which the drawing is analyzed before creating the layout and determines the type of layout.

Field Summary
static final intPAGE_DEFAULT
Page default.
static final intMEDIUM
Medium.
static final intDEEP
Deep.
static final intSHALLOW
Shallow.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • PAGE_DEFAULT

        public static final int PAGE_DEFAULT
        Page default.
      • MEDIUM

        public static final int MEDIUM
        Medium.
      • DEEP

        public static final int DEEP
        Deep.
      • SHALLOW

        public static final int SHALLOW
        Shallow.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.