PdfBorder class

Defines a border object

Constructors

PdfBorder(PdfDocument pdfDocument, double width, {PdfBorderStyle style = PdfBorderStyle.solid, List<double>? dash})
Creates a border using the predefined styles in PdfAnnot.

Properties

dash List<double>?
This array allows the definition of a dotted line for the border
final
elapsedStopwatch int
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inUse bool
getter/setter pairinherited
objgen int
This is the generation number for this object.
finalinherited
objser int
This is the unique serial number for this object.
finalinherited
params → PdfDict<PdfDataType>
finalinherited
pdfDocument PdfDocument
This allows any Pdf object to refer to the document being constructed.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings → PdfSettings
finalinherited
size int
getter/setter pairinherited
style PdfBorderStyle
The style of the border
final
width double
The width of the border
final

Methods

debugFill(String value) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
output(PdfStream s) int
inherited
prepare() → void
Prepare the object to be written to the stream
ref() → PdfIndirect
Returns the unique serial number in Pdf format
inherited
setInsertion(PdfStream os, [int size = _maxSize]) → void
inherited
startStopwatch() → void
inherited
stopStopwatch() → void
inherited
toString() String
A string representation of this object.
inherited
writeContent(PdfStream s) → void
inherited
writeDebug(PdfStream os) → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited