[]
Defines possible values for annotations tabs order.
public enum AnnotationsTabsOrder
AnnotationsArrayOrder = 3Annotations array order. This order refers to the order of annotation in the Annotations collection.
ColumnOrder = 1Column order.
RowOrder = 0Row order.
StructureOrder = 2Structure order.
WidgetOrder = 4Widget order. This order uses the same ordering as AnnotationsArrayOrder, but two passes are made, the first only picking the widget annotations and the second picking all other annotations.