Aspose.Barcode for Python via Java Generation and Recognition API docs
Padding Class Reference

Paddings parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this Padding. More...
 
Optional[Unitbottom (self)
 Bottom padding. More...
 
None bottom (self, Unit value)
 Bottom padding. More...
 
Optional[Unitleft (self)
 Left padding. More...
 
None left (self, Unit value)
 Left padding. More...
 
Optional[Unitright (self)
 Right padding. More...
 
None right (self, Unit value)
 Right padding. More...
 
Optional[Unittop (self)
 Top padding. More...
 
None top (self, Unit value)
 Top padding. More...
 

Detailed Description

Paddings parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this Padding.

Returns
A string that represents this Padding.

◆ bottom() [1/2]

Optional[Unit] bottom (   self)

Bottom padding.

◆ bottom() [2/2]

None bottom (   self,
Unit  value 
)

Bottom padding.

◆ left() [1/2]

Optional[Unit] left (   self)

Left padding.

◆ left() [2/2]

None left (   self,
Unit  value 
)

Left padding.

◆ right() [1/2]

Optional[Unit] right (   self)

Right padding.

◆ right() [2/2]

None right (   self,
Unit  value 
)

Right padding.

◆ top() [1/2]

Optional[Unit] top (   self)

Top padding.

◆ top() [2/2]

None top (   self,
Unit  value 
)

Top padding.