Adempiere 3.5.2a

org.compiere.model
Interface I_AD_PrintFormatItem

All Known Implementing Classes:
MPrintFormatItem, X_AD_PrintFormatItem

public interface I_AD_PrintFormatItem

Generated Interface for AD_PrintFormatItem

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_AD_Column_ID
          Column name AD_Column_ID
static String COLUMNNAME_AD_PrintColor_ID
          Column name AD_PrintColor_ID
static String COLUMNNAME_AD_PrintFont_ID
          Column name AD_PrintFont_ID
static String COLUMNNAME_AD_PrintFormat_ID
          Column name AD_PrintFormat_ID
static String COLUMNNAME_AD_PrintFormatChild_ID
          Column name AD_PrintFormatChild_ID
static String COLUMNNAME_AD_PrintFormatItem_ID
          Column name AD_PrintFormatItem_ID
static String COLUMNNAME_AD_PrintGraph_ID
          Column name AD_PrintGraph_ID
static String COLUMNNAME_ArcDiameter
          Column name ArcDiameter
static String COLUMNNAME_BarcodeType
          Column name BarcodeType
static String COLUMNNAME_BelowColumn
          Column name BelowColumn
static String COLUMNNAME_FieldAlignmentType
          Column name FieldAlignmentType
static String COLUMNNAME_ImageIsAttached
          Column name ImageIsAttached
static String COLUMNNAME_ImageURL
          Column name ImageURL
static String COLUMNNAME_IsAveraged
          Column name IsAveraged
static String COLUMNNAME_IsCentrallyMaintained
          Column name IsCentrallyMaintained
static String COLUMNNAME_IsCounted
          Column name IsCounted
static String COLUMNNAME_IsDeviationCalc
          Column name IsDeviationCalc
static String COLUMNNAME_IsFilledRectangle
          Column name IsFilledRectangle
static String COLUMNNAME_IsFixedWidth
          Column name IsFixedWidth
static String COLUMNNAME_IsGroupBy
          Column name IsGroupBy
static String COLUMNNAME_IsHeightOneLine
          Column name IsHeightOneLine
static String COLUMNNAME_IsImageField
          Column name IsImageField
static String COLUMNNAME_IsMaxCalc
          Column name IsMaxCalc
static String COLUMNNAME_IsMinCalc
          Column name IsMinCalc
static String COLUMNNAME_IsNextLine
          Column name IsNextLine
static String COLUMNNAME_IsNextPage
          Column name IsNextPage
static String COLUMNNAME_IsOrderBy
          Column name IsOrderBy
static String COLUMNNAME_IsPageBreak
          Column name IsPageBreak
static String COLUMNNAME_IsPrinted
          Column name IsPrinted
static String COLUMNNAME_IsRelativePosition
          Column name IsRelativePosition
static String COLUMNNAME_IsRunningTotal
          Column name IsRunningTotal
static String COLUMNNAME_IsSetNLPosition
          Column name IsSetNLPosition
static String COLUMNNAME_IsSummarized
          Column name IsSummarized
static String COLUMNNAME_IsSuppressNull
          Column name IsSuppressNull
static String COLUMNNAME_IsVarianceCalc
          Column name IsVarianceCalc
static String COLUMNNAME_LineAlignmentType
          Column name LineAlignmentType
static String COLUMNNAME_LineWidth
          Column name LineWidth
static String COLUMNNAME_MaxHeight
          Column name MaxHeight
static String COLUMNNAME_MaxWidth
          Column name MaxWidth
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_PrintAreaType
          Column name PrintAreaType
static String COLUMNNAME_PrintFormatType
          Column name PrintFormatType
static String COLUMNNAME_PrintName
          Column name PrintName
static String COLUMNNAME_PrintNameSuffix
          Column name PrintNameSuffix
static String COLUMNNAME_RunningTotalLines
          Column name RunningTotalLines
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_ShapeType
          Column name ShapeType
static String COLUMNNAME_SortNo
          Column name SortNo
static String COLUMNNAME_XPosition
          Column name XPosition
static String COLUMNNAME_XSpace
          Column name XSpace
static String COLUMNNAME_YPosition
          Column name YPosition
static String COLUMNNAME_YSpace
          Column name YSpace
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=489
static String Table_Name
          TableName=AD_PrintFormatItem
 
Method Summary
 int getAD_Column_ID()
          Get Column.
 I_AD_Column getAD_Column()
           
 int getAD_PrintColor_ID()
          Get Print Color.
 I_AD_PrintColor getAD_PrintColor()
           
 int getAD_PrintFont_ID()
          Get Print Font.
 I_AD_PrintFont getAD_PrintFont()
           
 int getAD_PrintFormat_ID()
          Get Print Format.
 I_AD_PrintFormat getAD_PrintFormat()
           
 int getAD_PrintFormatChild_ID()
          Get Included Print Format.
 int getAD_PrintFormatItem_ID()
          Get Print Format Item.
 int getAD_PrintGraph_ID()
          Get Graph.
 I_AD_PrintGraph getAD_PrintGraph()
           
 int getArcDiameter()
          Get Arc Diameter.
 String getBarcodeType()
          Get Barcode Type.
 int getBelowColumn()
          Get Below Column.
 String getFieldAlignmentType()
          Get Field Alignment.
 String getImageURL()
          Get Image URL.
 String getLineAlignmentType()
          Get Line Alignment.
 int getLineWidth()
          Get Line Width.
 int getMaxHeight()
          Get Max Height.
 int getMaxWidth()
          Get Max Width.
 String getName()
          Get Name.
 String getPrintAreaType()
          Get Area.
 String getPrintFormatType()
          Get Format Type.
 String getPrintName()
          Get Print Text.
 String getPrintNameSuffix()
          Get Print Label Suffix.
 int getRunningTotalLines()
          Get Running Total Lines.
 int getSeqNo()
          Get Sequence.
 String getShapeType()
          Get Shape Type.
 int getSortNo()
          Get Record Sort No.
 int getXPosition()
          Get X Position.
 int getXSpace()
          Get X Space.
 int getYPosition()
          Get Y Position.
 int getYSpace()
          Get Y Space.
 boolean isAveraged()
          Get Calculate Mean (?).
 boolean isCentrallyMaintained()
          Get Centrally maintained.
 boolean isCounted()
          Get Calculate Count (?).
 boolean isDeviationCalc()
          Get Calculate Deviation (?).
 boolean isFilledRectangle()
          Get Fill Shape.
 boolean isFixedWidth()
          Get Fixed Width.
 boolean isGroupBy()
          Get Group by.
 boolean isHeightOneLine()
          Get One Line Only.
 boolean isImageField()
          Get Image Field.
 boolean isImageIsAttached()
          Get Image attached.
 boolean isMaxCalc()
          Get Calculate Maximim (?).
 boolean isMinCalc()
          Get Calculate Minimum (?).
 boolean isNextLine()
          Get Next Line.
 boolean isNextPage()
          Get Next Page.
 boolean isOrderBy()
          Get Order by.
 boolean isPageBreak()
          Get Page break.
 boolean isPrinted()
          Get Printed.
 boolean isRelativePosition()
          Get Relative Position.
 boolean isRunningTotal()
          Get Running Total.
 boolean isSetNLPosition()
          Get Set NL Position.
 boolean isSummarized()
          Get Calculate Sum (?).
 boolean isSuppressNull()
          Get Suppress Null.
 boolean isVarianceCalc()
          Get Calculate Variance (?
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_PrintColor_ID(int AD_PrintColor_ID)
          Set Print Color.
 void setAD_PrintFont_ID(int AD_PrintFont_ID)
          Set Print Font.
 void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
          Set Print Format.
 void setAD_PrintFormatChild_ID(int AD_PrintFormatChild_ID)
          Set Included Print Format.
 void setAD_PrintFormatItem_ID(int AD_PrintFormatItem_ID)
          Set Print Format Item.
 void setAD_PrintGraph_ID(int AD_PrintGraph_ID)
          Set Graph.
 void setArcDiameter(int ArcDiameter)
          Set Arc Diameter.
 void setBarcodeType(String BarcodeType)
          Set Barcode Type.
 void setBelowColumn(int BelowColumn)
          Set Below Column.
 void setFieldAlignmentType(String FieldAlignmentType)
          Set Field Alignment.
 void setImageIsAttached(boolean ImageIsAttached)
          Set Image attached.
 void setImageURL(String ImageURL)
          Set Image URL.
 void setIsAveraged(boolean IsAveraged)
          Set Calculate Mean (?).
 void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
          Set Centrally maintained.
 void setIsCounted(boolean IsCounted)
          Set Calculate Count (?).
 void setIsDeviationCalc(boolean IsDeviationCalc)
          Set Calculate Deviation (?).
 void setIsFilledRectangle(boolean IsFilledRectangle)
          Set Fill Shape.
 void setIsFixedWidth(boolean IsFixedWidth)
          Set Fixed Width.
 void setIsGroupBy(boolean IsGroupBy)
          Set Group by.
 void setIsHeightOneLine(boolean IsHeightOneLine)
          Set One Line Only.
 void setIsImageField(boolean IsImageField)
          Set Image Field.
 void setIsMaxCalc(boolean IsMaxCalc)
          Set Calculate Maximim (?).
 void setIsMinCalc(boolean IsMinCalc)
          Set Calculate Minimum (?).
 void setIsNextLine(boolean IsNextLine)
          Set Next Line.
 void setIsNextPage(boolean IsNextPage)
          Set Next Page.
 void setIsOrderBy(boolean IsOrderBy)
          Set Order by.
 void setIsPageBreak(boolean IsPageBreak)
          Set Page break.
 void setIsPrinted(boolean IsPrinted)
          Set Printed.
 void setIsRelativePosition(boolean IsRelativePosition)
          Set Relative Position.
 void setIsRunningTotal(boolean IsRunningTotal)
          Set Running Total.
 void setIsSetNLPosition(boolean IsSetNLPosition)
          Set Set NL Position.
 void setIsSummarized(boolean IsSummarized)
          Set Calculate Sum (?).
 void setIsSuppressNull(boolean IsSuppressNull)
          Set Suppress Null.
 void setIsVarianceCalc(boolean IsVarianceCalc)
          Set Calculate Variance (?
 void setLineAlignmentType(String LineAlignmentType)
          Set Line Alignment.
 void setLineWidth(int LineWidth)
          Set Line Width.
 void setMaxHeight(int MaxHeight)
          Set Max Height.
 void setMaxWidth(int MaxWidth)
          Set Max Width.
 void setName(String Name)
          Set Name.
 void setPrintAreaType(String PrintAreaType)
          Set Area.
 void setPrintFormatType(String PrintFormatType)
          Set Format Type.
 void setPrintName(String PrintName)
          Set Print Text.
 void setPrintNameSuffix(String PrintNameSuffix)
          Set Print Label Suffix.
 void setRunningTotalLines(int RunningTotalLines)
          Set Running Total Lines.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setShapeType(String ShapeType)
          Set Shape Type.
 void setSortNo(int SortNo)
          Set Record Sort No.
 void setXPosition(int XPosition)
          Set X Position.
 void setXSpace(int XSpace)
          Set X Space.
 void setYPosition(int YPosition)
          Set Y Position.
 void setYSpace(int YSpace)
          Set Y Space.
 

Field Detail

Table_Name

static final String Table_Name
TableName=AD_PrintFormatItem

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=489


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_AD_Column_ID

static final String COLUMNNAME_AD_Column_ID
Column name AD_Column_ID

See Also:
Constant Field Values

COLUMNNAME_AD_PrintColor_ID

static final String COLUMNNAME_AD_PrintColor_ID
Column name AD_PrintColor_ID

See Also:
Constant Field Values

COLUMNNAME_AD_PrintFont_ID

static final String COLUMNNAME_AD_PrintFont_ID
Column name AD_PrintFont_ID

See Also:
Constant Field Values

COLUMNNAME_AD_PrintFormatChild_ID

static final String COLUMNNAME_AD_PrintFormatChild_ID
Column name AD_PrintFormatChild_ID

See Also:
Constant Field Values

COLUMNNAME_AD_PrintFormat_ID

static final String COLUMNNAME_AD_PrintFormat_ID
Column name AD_PrintFormat_ID

See Also:
Constant Field Values

COLUMNNAME_AD_PrintFormatItem_ID

static final String COLUMNNAME_AD_PrintFormatItem_ID
Column name AD_PrintFormatItem_ID

See Also:
Constant Field Values

COLUMNNAME_AD_PrintGraph_ID

static final String COLUMNNAME_AD_PrintGraph_ID
Column name AD_PrintGraph_ID

See Also:
Constant Field Values

COLUMNNAME_ArcDiameter

static final String COLUMNNAME_ArcDiameter
Column name ArcDiameter

See Also:
Constant Field Values

COLUMNNAME_BarcodeType

static final String COLUMNNAME_BarcodeType
Column name BarcodeType

See Also:
Constant Field Values

COLUMNNAME_BelowColumn

static final String COLUMNNAME_BelowColumn
Column name BelowColumn

See Also:
Constant Field Values

COLUMNNAME_FieldAlignmentType

static final String COLUMNNAME_FieldAlignmentType
Column name FieldAlignmentType

See Also:
Constant Field Values

COLUMNNAME_ImageIsAttached

static final String COLUMNNAME_ImageIsAttached
Column name ImageIsAttached

See Also:
Constant Field Values

COLUMNNAME_ImageURL

static final String COLUMNNAME_ImageURL
Column name ImageURL

See Also:
Constant Field Values

COLUMNNAME_IsAveraged

static final String COLUMNNAME_IsAveraged
Column name IsAveraged

See Also:
Constant Field Values

COLUMNNAME_IsCentrallyMaintained

static final String COLUMNNAME_IsCentrallyMaintained
Column name IsCentrallyMaintained

See Also:
Constant Field Values

COLUMNNAME_IsCounted

static final String COLUMNNAME_IsCounted
Column name IsCounted

See Also:
Constant Field Values

COLUMNNAME_IsDeviationCalc

static final String COLUMNNAME_IsDeviationCalc
Column name IsDeviationCalc

See Also:
Constant Field Values

COLUMNNAME_IsFilledRectangle

static final String COLUMNNAME_IsFilledRectangle
Column name IsFilledRectangle

See Also:
Constant Field Values

COLUMNNAME_IsFixedWidth

static final String COLUMNNAME_IsFixedWidth
Column name IsFixedWidth

See Also:
Constant Field Values

COLUMNNAME_IsGroupBy

static final String COLUMNNAME_IsGroupBy
Column name IsGroupBy

See Also:
Constant Field Values

COLUMNNAME_IsHeightOneLine

static final String COLUMNNAME_IsHeightOneLine
Column name IsHeightOneLine

See Also:
Constant Field Values

COLUMNNAME_IsImageField

static final String COLUMNNAME_IsImageField
Column name IsImageField

See Also:
Constant Field Values

COLUMNNAME_IsMaxCalc

static final String COLUMNNAME_IsMaxCalc
Column name IsMaxCalc

See Also:
Constant Field Values

COLUMNNAME_IsMinCalc

static final String COLUMNNAME_IsMinCalc
Column name IsMinCalc

See Also:
Constant Field Values

COLUMNNAME_IsNextLine

static final String COLUMNNAME_IsNextLine
Column name IsNextLine

See Also:
Constant Field Values

COLUMNNAME_IsNextPage

static final String COLUMNNAME_IsNextPage
Column name IsNextPage

See Also:
Constant Field Values

COLUMNNAME_IsOrderBy

static final String COLUMNNAME_IsOrderBy
Column name IsOrderBy

See Also:
Constant Field Values

COLUMNNAME_IsPageBreak

static final String COLUMNNAME_IsPageBreak
Column name IsPageBreak

See Also:
Constant Field Values

COLUMNNAME_IsPrinted

static final String COLUMNNAME_IsPrinted
Column name IsPrinted

See Also:
Constant Field Values

COLUMNNAME_IsRelativePosition

static final String COLUMNNAME_IsRelativePosition
Column name IsRelativePosition

See Also:
Constant Field Values

COLUMNNAME_IsRunningTotal

static final String COLUMNNAME_IsRunningTotal
Column name IsRunningTotal

See Also:
Constant Field Values

COLUMNNAME_IsSetNLPosition

static final String COLUMNNAME_IsSetNLPosition
Column name IsSetNLPosition

See Also:
Constant Field Values

COLUMNNAME_IsSummarized

static final String COLUMNNAME_IsSummarized
Column name IsSummarized

See Also:
Constant Field Values

COLUMNNAME_IsSuppressNull

static final String COLUMNNAME_IsSuppressNull
Column name IsSuppressNull

See Also:
Constant Field Values

COLUMNNAME_IsVarianceCalc

static final String COLUMNNAME_IsVarianceCalc
Column name IsVarianceCalc

See Also:
Constant Field Values

COLUMNNAME_LineAlignmentType

static final String COLUMNNAME_LineAlignmentType
Column name LineAlignmentType

See Also:
Constant Field Values

COLUMNNAME_LineWidth

static final String COLUMNNAME_LineWidth
Column name LineWidth

See Also:
Constant Field Values

COLUMNNAME_MaxHeight

static final String COLUMNNAME_MaxHeight
Column name MaxHeight

See Also:
Constant Field Values

COLUMNNAME_MaxWidth

static final String COLUMNNAME_MaxWidth
Column name MaxWidth

See Also:
Constant Field Values

COLUMNNAME_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_PrintAreaType

static final String COLUMNNAME_PrintAreaType
Column name PrintAreaType

See Also:
Constant Field Values

COLUMNNAME_PrintFormatType

static final String COLUMNNAME_PrintFormatType
Column name PrintFormatType

See Also:
Constant Field Values

COLUMNNAME_PrintName

static final String COLUMNNAME_PrintName
Column name PrintName

See Also:
Constant Field Values

COLUMNNAME_PrintNameSuffix

static final String COLUMNNAME_PrintNameSuffix
Column name PrintNameSuffix

See Also:
Constant Field Values

COLUMNNAME_RunningTotalLines

static final String COLUMNNAME_RunningTotalLines
Column name RunningTotalLines

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_ShapeType

static final String COLUMNNAME_ShapeType
Column name ShapeType

See Also:
Constant Field Values

COLUMNNAME_SortNo

static final String COLUMNNAME_SortNo
Column name SortNo

See Also:
Constant Field Values

COLUMNNAME_XPosition

static final String COLUMNNAME_XPosition
Column name XPosition

See Also:
Constant Field Values

COLUMNNAME_XSpace

static final String COLUMNNAME_XSpace
Column name XSpace

See Also:
Constant Field Values

COLUMNNAME_YPosition

static final String COLUMNNAME_YPosition
Column name YPosition

See Also:
Constant Field Values

COLUMNNAME_YSpace

static final String COLUMNNAME_YSpace
Column name YSpace

See Also:
Constant Field Values
Method Detail

setAD_Column_ID

void setAD_Column_ID(int AD_Column_ID)
Set Column. Column in the table


getAD_Column_ID

int getAD_Column_ID()
Get Column. Column in the table


getAD_Column

I_AD_Column getAD_Column()
                         throws Exception
Throws:
Exception

setAD_PrintColor_ID

void setAD_PrintColor_ID(int AD_PrintColor_ID)
Set Print Color. Color used for printing and display


getAD_PrintColor_ID

int getAD_PrintColor_ID()
Get Print Color. Color used for printing and display


getAD_PrintColor

I_AD_PrintColor getAD_PrintColor()
                                 throws Exception
Throws:
Exception

setAD_PrintFont_ID

void setAD_PrintFont_ID(int AD_PrintFont_ID)
Set Print Font. Maintain Print Font


getAD_PrintFont_ID

int getAD_PrintFont_ID()
Get Print Font. Maintain Print Font


getAD_PrintFont

I_AD_PrintFont getAD_PrintFont()
                               throws Exception
Throws:
Exception

setAD_PrintFormatChild_ID

void setAD_PrintFormatChild_ID(int AD_PrintFormatChild_ID)
Set Included Print Format. Print format that is included here.


getAD_PrintFormatChild_ID

int getAD_PrintFormatChild_ID()
Get Included Print Format. Print format that is included here.


setAD_PrintFormat_ID

void setAD_PrintFormat_ID(int AD_PrintFormat_ID)
Set Print Format. Data Print Format


getAD_PrintFormat_ID

int getAD_PrintFormat_ID()
Get Print Format. Data Print Format


getAD_PrintFormat

I_AD_PrintFormat getAD_PrintFormat()
                                   throws Exception
Throws:
Exception

setAD_PrintFormatItem_ID

void setAD_PrintFormatItem_ID(int AD_PrintFormatItem_ID)
Set Print Format Item. Item/Column in the Print format


getAD_PrintFormatItem_ID

int getAD_PrintFormatItem_ID()
Get Print Format Item. Item/Column in the Print format


setAD_PrintGraph_ID

void setAD_PrintGraph_ID(int AD_PrintGraph_ID)
Set Graph. Graph included in Reports


getAD_PrintGraph_ID

int getAD_PrintGraph_ID()
Get Graph. Graph included in Reports


getAD_PrintGraph

I_AD_PrintGraph getAD_PrintGraph()
                                 throws Exception
Throws:
Exception

setArcDiameter

void setArcDiameter(int ArcDiameter)
Set Arc Diameter. Arc Diameter for rounded Rectangles


getArcDiameter

int getArcDiameter()
Get Arc Diameter. Arc Diameter for rounded Rectangles


setBarcodeType

void setBarcodeType(String BarcodeType)
Set Barcode Type. Type of barcode


getBarcodeType

String getBarcodeType()
Get Barcode Type. Type of barcode


setBelowColumn

void setBelowColumn(int BelowColumn)
Set Below Column. Print this column below the column index entered


getBelowColumn

int getBelowColumn()
Get Below Column. Print this column below the column index entered


setFieldAlignmentType

void setFieldAlignmentType(String FieldAlignmentType)
Set Field Alignment. Field Text Alignment


getFieldAlignmentType

String getFieldAlignmentType()
Get Field Alignment. Field Text Alignment


setImageIsAttached

void setImageIsAttached(boolean ImageIsAttached)
Set Image attached. The image to be printed is attached to the record


isImageIsAttached

boolean isImageIsAttached()
Get Image attached. The image to be printed is attached to the record


setImageURL

void setImageURL(String ImageURL)
Set Image URL. URL of image


getImageURL

String getImageURL()
Get Image URL. URL of image


setIsAveraged

void setIsAveraged(boolean IsAveraged)
Set Calculate Mean (?). Calculate Average of numeric content or length


isAveraged

boolean isAveraged()
Get Calculate Mean (?). Calculate Average of numeric content or length


setIsCentrallyMaintained

void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. Information maintained in System Element table


isCentrallyMaintained

boolean isCentrallyMaintained()
Get Centrally maintained. Information maintained in System Element table


setIsCounted

void setIsCounted(boolean IsCounted)
Set Calculate Count (?). Count number of not empty elements


isCounted

boolean isCounted()
Get Calculate Count (?). Count number of not empty elements


setIsDeviationCalc

void setIsDeviationCalc(boolean IsDeviationCalc)
Set Calculate Deviation (?). Calculate Standard Deviation


isDeviationCalc

boolean isDeviationCalc()
Get Calculate Deviation (?). Calculate Standard Deviation


setIsFilledRectangle

void setIsFilledRectangle(boolean IsFilledRectangle)
Set Fill Shape. Fill the shape with the color selected


isFilledRectangle

boolean isFilledRectangle()
Get Fill Shape. Fill the shape with the color selected


setIsFixedWidth

void setIsFixedWidth(boolean IsFixedWidth)
Set Fixed Width. Column has a fixed width


isFixedWidth

boolean isFixedWidth()
Get Fixed Width. Column has a fixed width


setIsGroupBy

void setIsGroupBy(boolean IsGroupBy)
Set Group by. After a group change, totals, etc. are printed


isGroupBy

boolean isGroupBy()
Get Group by. After a group change, totals, etc. are printed


setIsHeightOneLine

void setIsHeightOneLine(boolean IsHeightOneLine)
Set One Line Only. If selected, only one line is printed


isHeightOneLine

boolean isHeightOneLine()
Get One Line Only. If selected, only one line is printed


setIsImageField

void setIsImageField(boolean IsImageField)
Set Image Field. The image is retrieved from the data column


isImageField

boolean isImageField()
Get Image Field. The image is retrieved from the data column


setIsMaxCalc

void setIsMaxCalc(boolean IsMaxCalc)
Set Calculate Maximim (?). Calculate the maximim amount


isMaxCalc

boolean isMaxCalc()
Get Calculate Maximim (?). Calculate the maximim amount


setIsMinCalc

void setIsMinCalc(boolean IsMinCalc)
Set Calculate Minimum (?). Calculate the minimum amount


isMinCalc

boolean isMinCalc()
Get Calculate Minimum (?). Calculate the minimum amount


setIsNextLine

void setIsNextLine(boolean IsNextLine)
Set Next Line. Print item on next line


isNextLine

boolean isNextLine()
Get Next Line. Print item on next line


setIsNextPage

void setIsNextPage(boolean IsNextPage)
Set Next Page. The column is printed on the next page


isNextPage

boolean isNextPage()
Get Next Page. The column is printed on the next page


setIsOrderBy

void setIsOrderBy(boolean IsOrderBy)
Set Order by. Include in sort order


isOrderBy

boolean isOrderBy()
Get Order by. Include in sort order


setIsPageBreak

void setIsPageBreak(boolean IsPageBreak)
Set Page break. Start with new page


isPageBreak

boolean isPageBreak()
Get Page break. Start with new page


setIsPrinted

void setIsPrinted(boolean IsPrinted)
Set Printed. Indicates if this document / line is printed


isPrinted

boolean isPrinted()
Get Printed. Indicates if this document / line is printed


setIsRelativePosition

void setIsRelativePosition(boolean IsRelativePosition)
Set Relative Position. The item is relative positioned (not absolute)


isRelativePosition

boolean isRelativePosition()
Get Relative Position. The item is relative positioned (not absolute)


setIsRunningTotal

void setIsRunningTotal(boolean IsRunningTotal)
Set Running Total. Create a running total (sum)


isRunningTotal

boolean isRunningTotal()
Get Running Total. Create a running total (sum)


setIsSetNLPosition

void setIsSetNLPosition(boolean IsSetNLPosition)
Set Set NL Position. Set New Line Position


isSetNLPosition

boolean isSetNLPosition()
Get Set NL Position. Set New Line Position


setIsSummarized

void setIsSummarized(boolean IsSummarized)
Set Calculate Sum (?). Calculate the Sum of numeric content or length


isSummarized

boolean isSummarized()
Get Calculate Sum (?). Calculate the Sum of numeric content or length


setIsSuppressNull

void setIsSuppressNull(boolean IsSuppressNull)
Set Suppress Null. Suppress columns or elements with NULL value


isSuppressNull

boolean isSuppressNull()
Get Suppress Null. Suppress columns or elements with NULL value


setIsVarianceCalc

void setIsVarianceCalc(boolean IsVarianceCalc)
Set Calculate Variance (?�). Calculate Variance


isVarianceCalc

boolean isVarianceCalc()
Get Calculate Variance (?�). Calculate Variance


setLineAlignmentType

void setLineAlignmentType(String LineAlignmentType)
Set Line Alignment. Line Alignment


getLineAlignmentType

String getLineAlignmentType()
Get Line Alignment. Line Alignment


setLineWidth

void setLineWidth(int LineWidth)
Set Line Width. Width of the lines


getLineWidth

int getLineWidth()
Get Line Width. Width of the lines


setMaxHeight

void setMaxHeight(int MaxHeight)
Set Max Height. Maximum Height in 1/72 if an inch - 0 = no restriction


getMaxHeight

int getMaxHeight()
Get Max Height. Maximum Height in 1/72 if an inch - 0 = no restriction


setMaxWidth

void setMaxWidth(int MaxWidth)
Set Max Width. Maximum Width in 1/72 if an inch - 0 = no restriction


getMaxWidth

int getMaxWidth()
Get Max Width. Maximum Width in 1/72 if an inch - 0 = no restriction


setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setPrintAreaType

void setPrintAreaType(String PrintAreaType)
Set Area. Print Area


getPrintAreaType

String getPrintAreaType()
Get Area. Print Area


setPrintFormatType

void setPrintFormatType(String PrintFormatType)
Set Format Type. Print Format Type


getPrintFormatType

String getPrintFormatType()
Get Format Type. Print Format Type


setPrintName

void setPrintName(String PrintName)
Set Print Text. The label text to be printed on a document or correspondence.


getPrintName

String getPrintName()
Get Print Text. The label text to be printed on a document or correspondence.


setPrintNameSuffix

void setPrintNameSuffix(String PrintNameSuffix)
Set Print Label Suffix. The label text to be printed on a document or correspondence after the field


getPrintNameSuffix

String getPrintNameSuffix()
Get Print Label Suffix. The label text to be printed on a document or correspondence after the field


setRunningTotalLines

void setRunningTotalLines(int RunningTotalLines)
Set Running Total Lines. Create Running Total Lines (page break) every x lines


getRunningTotalLines

int getRunningTotalLines()
Get Running Total Lines. Create Running Total Lines (page break) every x lines


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


setShapeType

void setShapeType(String ShapeType)
Set Shape Type. Type of the shape to be painted


getShapeType

String getShapeType()
Get Shape Type. Type of the shape to be painted


setSortNo

void setSortNo(int SortNo)
Set Record Sort No. Determines in what order the records are displayed


getSortNo

int getSortNo()
Get Record Sort No. Determines in what order the records are displayed


setXPosition

void setXPosition(int XPosition)
Set X Position. Absolute X (horizontal) position in 1/72 of an inch


getXPosition

int getXPosition()
Get X Position. Absolute X (horizontal) position in 1/72 of an inch


setXSpace

void setXSpace(int XSpace)
Set X Space. Relative X (horizontal) space in 1/72 of an inch


getXSpace

int getXSpace()
Get X Space. Relative X (horizontal) space in 1/72 of an inch


setYPosition

void setYPosition(int YPosition)
Set Y Position. Absolute Y (vertical) position in 1/72 of an inch


getYPosition

int getYPosition()
Get Y Position. Absolute Y (vertical) position in 1/72 of an inch


setYSpace

void setYSpace(int YSpace)
Set Y Space. Relative Y (vertical) space in 1/72 of an inch


getYSpace

int getYSpace()
Get Y Space. Relative Y (vertical) space in 1/72 of an inch


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.