Uses of Enum Class
cloud.opencode.base.pdf.document.Orientation
Packages that use Orientation
-
Uses of Orientation in cloud.opencode.base.pdf
Methods in cloud.opencode.base.pdf that return Orientation -
Uses of Orientation in cloud.opencode.base.pdf.document
Subclasses with type arguments of type Orientation in cloud.opencode.base.pdf.documentModifier and TypeClassDescriptionenumPage Orientation - Portrait or Landscape 页面方向 - 纵向或横向Methods in cloud.opencode.base.pdf.document that return OrientationModifier and TypeMethodDescriptionDocumentBuilder.getOrientation()PageBuilder.getOrientation()static OrientationReturns the enum constant of this class with the specified name.static Orientation[]Orientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.opencode.base.pdf.document with parameters of type OrientationModifier and TypeMethodDescriptionDocumentBuilder.addPage(PageSize pageSize, Orientation orientation) Adds a new page with specific size and orientation.DocumentBuilder.orientation(Orientation orientation) Sets default page orientation.