Orientation

org.beangle.doc.core.Orientation
See theOrientation companion object
enum Orientation(val id: Int, val name: String)

打印方向 Portrait 为纵向 Landscape 为横向

Attributes

Companion:
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

case case Landscape extends Orientation
case case Portrait extends Orientation