Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSReportLabelLayoutEntity
Integer GetBottomMargin()
NSReportLabelLayoutEntity thing; Integer bottomMargin = thing.GetBottomMargin();
Integer GetCountColumns()
NSReportLabelLayoutEntity thing; Integer countColumns = thing.GetCountColumns();
Integer GetCountRows()
NSReportLabelLayoutEntity thing; Integer countRows = thing.GetCountRows();
String GetDescription()
NSReportLabelLayoutEntity thing; String description = thing.GetDescription();
Integer GetLeftMargin()
NSReportLabelLayoutEntity thing; Integer leftMargin = thing.GetLeftMargin();
String GetName()
NSReportLabelLayoutEntity thing; String name = thing.GetName();
Integer GetOrientation()
NSReportLabelLayoutEntity thing; Integer orientation = thing.GetOrientation();
Integer GetPaperHeight()
NSReportLabelLayoutEntity thing; Integer paperHeight = thing.GetPaperHeight();
Integer GetPaperWidth()
NSReportLabelLayoutEntity thing; Integer paperWidth = thing.GetPaperWidth();
Integer GetReportLabelLayoutId()
NSReportLabelLayoutEntity thing; Integer reportLabelLayoutId = thing.GetReportLabelLayoutId();
Integer GetRightMargin()
NSReportLabelLayoutEntity thing; Integer rightMargin = thing.GetRightMargin();
Integer GetTopMargin()
NSReportLabelLayoutEntity thing; Integer topMargin = thing.GetTopMargin();
Void SetBottomMargin(Integer bottomMargin)
NSReportLabelLayoutEntity thing; Integer bottomMargin; thing.SetBottomMargin(bottomMargin);
Void SetCountColumns(Integer countColumns)
NSReportLabelLayoutEntity thing; Integer countColumns; thing.SetCountColumns(countColumns);
Void SetCountRows(Integer countRows)
NSReportLabelLayoutEntity thing; Integer countRows; thing.SetCountRows(countRows);
Void SetDescription(String description)
NSReportLabelLayoutEntity thing; String description; thing.SetDescription(description);
Void SetLeftMargin(Integer leftMargin)
NSReportLabelLayoutEntity thing; Integer leftMargin; thing.SetLeftMargin(leftMargin);
Void SetName(String name)
NSReportLabelLayoutEntity thing; String name; thing.SetName(name);
Void SetOrientation(Integer orientation)
NSReportLabelLayoutEntity thing; Integer orientation; thing.SetOrientation(orientation);
Void SetPaperHeight(Integer paperHeight)
NSReportLabelLayoutEntity thing; Integer paperHeight; thing.SetPaperHeight(paperHeight);
Void SetPaperWidth(Integer paperWidth)
NSReportLabelLayoutEntity thing; Integer paperWidth; thing.SetPaperWidth(paperWidth);
Void SetReportLabelLayoutId(Integer reportLabelLayoutId)
NSReportLabelLayoutEntity thing; Integer reportLabelLayoutId; thing.SetReportLabelLayoutId(reportLabelLayoutId);
Void SetRightMargin(Integer rightMargin)
NSReportLabelLayoutEntity thing; Integer rightMargin; thing.SetRightMargin(rightMargin);
Void SetTopMargin(Integer topMargin)
NSReportLabelLayoutEntity thing; Integer topMargin; thing.SetTopMargin(topMargin);
Was this page helpful?