PdfPanelDock enum
Which edge of the content area a dockable panel is attached to.
Left/right docks lay the panel out as a fixed-width column beside the viewer; top/bottom docks lay it out as a fixed-height strip spanning the content width, above or below the viewer. The user drags a panel's move handle onto another edge to redock it, and the shell persists the choice.
Values
- left → const PdfPanelDock
- right → const PdfPanelDock
- top → const PdfPanelDock
- bottom → const PdfPanelDock
Properties
- gripSide → PdfSidebarSide
-
The horizontal orientation the resize grip speaks, for the left/right
docks. Meaningless for the vertical docks (which use a vertical grip).
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isHorizontal → bool
-
Left/right docks are vertical columns sized by their width; top/bottom
docks are horizontal strips sized by their height.
no setter
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
PdfPanelDock> - A constant List of the values in this enum, in order of their declaration.