Click or drag to resize

ViewTableAddPageView Method

Overload List
  NameDescription
Public methodAddPageView(String)
Constructs a new page view with a given title and, at the same time, adds it to the list. On Windows the new page view becomes the active view; on Mac the active view does not change. Use the overload with a setActive parameter for behavior that is consistent across platforms.
Public methodAddPageView(String, Boolean)
Constructs a new page view with a given title and, at the same time, adds it to the list.
Public methodCode exampleAddPageView(String, Double, Double)
Constructs a new page view with a given title and size and, at the same time, adds it to the list. On Windows the new page view becomes the active view; on Mac the active view does not change. Use the overload with a setActive parameter for behavior that is consistent across platforms.
Public methodAddPageView(String, Double, Double, Boolean)
Constructs a new page view with a given title and size and, at the same time, adds it to the list.
Top
See Also