com.aspose.diagram

Class ContainerTypeValue

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

Utility class containing constants. May be one of the following values: Document, Page, or Master. Only relevant when WindowType is specified as Drawing or Sheet.

Field Summary
static final intDOCUMENT
Document.
static final intPAGE
Page.
static final intMASTER
Master.
static final intSTYLE
Master.
static final intUNDEFINED
Undefined.
 

    • Field Detail

      • DOCUMENT

        public static final int DOCUMENT
        Document.
      • PAGE

        public static final int PAGE
        Page.
      • MASTER

        public static final int MASTER
        Master.
      • STYLE

        public static final int STYLE
        Master.
      • UNDEFINED

        public static final int UNDEFINED
        Undefined.