org.beangle.doc.core

Members list

Packages

Type members

Classlikes

class ConvertException(message: String, cause: Throwable, enableSuppression: Boolean, writableStackTrace: Boolean) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
enum ErrorPolicy(val name: String)

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Millimeter

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Millimeter.type
case class Millimeter(v: Int)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum Orientation(val id: Int, val name: String)

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

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

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Orientation

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
object PageMargin

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
PageMargin.type
case class PageMargin(top: Millimeter, bottom: Millimeter, left: Millimeter, right: Millimeter)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
enum PageSize(val name: String, val width: Millimeter, val height: Millimeter)

纸张大小 定义常规的纸张大小

纸张大小 定义常规的纸张大小

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object PrintOptions

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class PrintOptions

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
case class ProgressPhase(id: Int, description: String, total: Int, percent: Int)

处理阶段描述

处理阶段描述

Value parameters

description

描述

id

阶段号

percent

该阶段的完成百分比

total

总共几个阶段

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all