com
.
sysalto
.
render
PdfPage
Related Doc:
package render
class
PdfPage
extends
PdfBaseItem
with
PageNode
Linear Supertypes
PageNode
,
PdfBaseItem
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
PdfPage
PageNode
PdfBaseItem
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
PdfPage
(
id:
Long
,
parentId:
Long
=
0
,
pageWidth:
Float
,
pageHeight:
Float
,
fontList:
List
[
PdfFont
] =
List()
,
pdfPatternList:
List
[
PdfGPattern
] =
List()
,
annotation:
List
[
PdfAnnotation
] =
List()
,
imageList:
ListBuffer
[
PdfImage
] =
ListBuffer()
,
contentPage:
Option
[
PdfPageContent
] =
None
)
(
implicit
itemList:
ListBuffer
[
PdfBaseItem
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
addChild
(
child:
PageNode
)
:
Unit
Definition Classes
PdfPage
→
PageNode
var
annotation
:
List
[
PdfAnnotation
]
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
content
:
Array
[
Byte
]
Definition Classes
PdfPage
→
PdfBaseItem
var
contentPage
:
Option
[
PdfPageContent
]
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
var
fontList
:
List
[
PdfFont
]
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
id
:
Long
Definition Classes
PdfBaseItem
var
imageList
:
ListBuffer
[
PdfImage
]
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
var
leafNbr
:
Long
Definition Classes
PageNode
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
var
offset
:
Long
Definition Classes
PdfBaseItem
var
pageHeight
:
Float
var
pageWidth
:
Float
var
parentId
:
Long
var
pdfPatternList
:
List
[
PdfGPattern
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
PdfBaseItem
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
write
(
pdfWriter:
PdfWriter
)
:
Unit
Definition Classes
PdfBaseItem
Inherited from
PageNode
Inherited from
PdfBaseItem
Inherited from
AnyRef
Inherited from
Any
Ungrouped