The members of this enumeration specify whether the size of the document area should be automatically enlarged if needed, and to what direction it should be enlarged. These constants can be used as parameters of the setAutoResize method of the Diagram class.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
Java
![]() |
---|
public enum AutoResize |
Member name | Description | |
---|---|---|
![]() |
AllDirections |
Enlarge the document size to all directions. |
![]() |
None |
Do not enlarge the document size automatically. |
![]() |
RightAndDown |
Enlarge the document size only to the right and downwards. |