org.beangle.doc.core

Type members

Classlikes

class ConvertException(message: String, cause: Throwable, enableSuppression: Boolean, writableStackTrace: Boolean) extends RuntimeException
enum ErrorPolicy(val name: String)
enum Orientation(val id: Int, val name: String)

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

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

Companion:
object
Companion:
class
enum PageSize(val name: String)

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

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

case class ProgressPhase(id: Int, description: String, total: Int, percent: Int)

处理阶段描述

处理阶段描述

Value parameters:
description

描述

id

阶段号

percent

该阶段的完成百分比

total

总共几个阶段