MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.Pdf Member List

This is the complete list of members for mrmeshpy.Pdf, including all inherited members.

__bool__(self)mrmeshpy.Pdf
__init__(self, PdfParameters params='MR::PdfParameters()')mrmeshpy.Pdf
__repr__(self)mrmeshpy.Pdf
addImage(self, Image image, Pdf.ImageParams params)mrmeshpy.Pdf
addImageFromFile(self, os.PathLike|str|bytes imagePath, Pdf.ImageParams params)mrmeshpy.Pdf
addPaletteStatsTable(self, std_vector_Pdf_PaletteRowStats paletteStats)mrmeshpy.Pdf
addRow(self, std_vector_Pdf_Cell cells)mrmeshpy.Pdf
addTable(self, std_vector_std_pair_std_string_float table)mrmeshpy.Pdf
addTableTitles(self, std_vector_std_string titles)mrmeshpy.Pdf
addText(self, str text, bool isTitle=False)mrmeshpy.Pdf
addText(self, str text, Pdf.TextParams params)mrmeshpy.Pdf
drawTextCell(self, str text, Pdf.TextCellParams params)mrmeshpy.Pdf
drawTextInRect(self, str text, Box2f rect, Pdf.TextParams params)mrmeshpy.Pdf
getCursorPosX(self)mrmeshpy.Pdf
getCursorPosY(self)mrmeshpy.Pdf
getPageSize(self)mrmeshpy.Pdf
getPageWorkArea(self)mrmeshpy.Pdf
getTableTextWidth(self, str text)mrmeshpy.Pdf
getTextWidth(self, str text, Pdf.TextParams params)mrmeshpy.Pdf
newPage(self)mrmeshpy.Pdf
newTable(self, int columnCount)mrmeshpy.Pdf
saveToFile(self, os.PathLike|str|bytes documentPath)mrmeshpy.Pdf
setColumnValuesFormat(self, std_vector_std_string formats)mrmeshpy.Pdf
setCursorPosX(self, float posX)mrmeshpy.Pdf
setCursorPosY(self, float posY)mrmeshpy.Pdf
setNewPageAction(self, func_void_from_Pdf action)mrmeshpy.Pdf
setTableColumnWidths(self, std_vector_float widths)mrmeshpy.Pdf
setTableCustomRule(self, func_Pdf_CellCustomParams_from_int_int_std_string rule)mrmeshpy.Pdf