MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Pdf.AlignmentHorizontal Class Reference

Public Member Functions

bool __eq__ (self, typing.Any other)
 
int __getstate__ (self)
 
int __hash__ (self)
 
int __index__ (self)
 
None __init__ (self, int value)
 
int __int__ (self)
 
bool __ne__ (self, typing.Any other)
 
str __repr__ (self)
 
None __setstate__ (self, int state)
 
str __str__ (self)
 
str name (self)
 
int value (self)
 

Static Public Attributes

typing Center .ClassVar[Pdf.AlignmentHorizontal]
 
typing Left .ClassVar[Pdf.AlignmentHorizontal]
 
typing Right .ClassVar[Pdf.AlignmentHorizontal]
 

Detailed Description

Members:

  Left

  Center

  Right

Constructor & Destructor Documentation

◆ __init__()

None mrmeshpy.Pdf.AlignmentHorizontal.__init__ ( self,
int value )

Member Function Documentation

◆ __eq__()

bool mrmeshpy.Pdf.AlignmentHorizontal.__eq__ ( self,
typing.Any other )

◆ __getstate__()

int mrmeshpy.Pdf.AlignmentHorizontal.__getstate__ ( self)

◆ __hash__()

int mrmeshpy.Pdf.AlignmentHorizontal.__hash__ ( self)

◆ __index__()

int mrmeshpy.Pdf.AlignmentHorizontal.__index__ ( self)

◆ __int__()

int mrmeshpy.Pdf.AlignmentHorizontal.__int__ ( self)

◆ __ne__()

bool mrmeshpy.Pdf.AlignmentHorizontal.__ne__ ( self,
typing.Any other )

◆ __repr__()

str mrmeshpy.Pdf.AlignmentHorizontal.__repr__ ( self)

◆ __setstate__()

None mrmeshpy.Pdf.AlignmentHorizontal.__setstate__ ( self,
int state )

◆ __str__()

str mrmeshpy.Pdf.AlignmentHorizontal.__str__ ( self)

◆ name()

str mrmeshpy.Pdf.AlignmentHorizontal.name ( self)

◆ value()

int mrmeshpy.Pdf.AlignmentHorizontal.value ( self)

Member Data Documentation

◆ Center

typing mrmeshpy.Pdf.AlignmentHorizontal.Center .ClassVar[Pdf.AlignmentHorizontal]
static

◆ Left

typing mrmeshpy.Pdf.AlignmentHorizontal.Left .ClassVar[Pdf.AlignmentHorizontal]
static

◆ Right

typing mrmeshpy.Pdf.AlignmentHorizontal.Right .ClassVar[Pdf.AlignmentHorizontal]
static

The documentation for this class was generated from the following file: