Operation |
Details |
public applyCssClass( String expr):String |
Sequential Notes: | Adds css class definition to an element | |
public applyStyle( String expr):String |
Sequential Notes: | Creates JasperReport representation of the style If font is default, there is nothing to define, definition will be taken from the JasperReport itself. @return String of the JasperReport font tag. String.format should be used to resolve %s | |
public clone():Object |
Sequential |
public FontStyle(): |
Sequential |
public getBackColor():String |
Sequential Notes: | backColor getter @return backColor | |
public getCssClass():String |
Sequential |
public getDef():boolean |
Sequential Notes: | def getter @return def | |
public getFontName():String |
Sequential Notes: | fontName getter @return fontName | |
public getFontSize():int |
Sequential Notes: | fontSize getter @return fontSize | |
public getForeColor():String |
Sequential Notes: | foreColor getter @return foreColor | |
public getIsBold():boolean |
Sequential Notes: | isBold getter @return isBold | |
public getIsItalic():boolean |
Sequential Notes: | isItalic getter @return isItalic | |
public getIsPdfEmbedded():boolean |
Sequential Notes: | isPdfEmbedded getter @return isPdfEmbedded | |
public getIsStrikeThrough():boolean |
Sequential Notes: | isStrikeThrough getter @return isStrikeThrough | |
public getIsUnderline():boolean |
Sequential Notes: | isUnderline getter @return isUnderline | |
public getName():String |
Sequential Notes: | name getter @return name | |
public getPdfEncoding():String |
Sequential Notes: | pdfEncoding getter @return pdfEncoding | |
public getPdfFontName():String |
Sequential Notes: | pdfFontName getter @return pdfFontName | |
public static main( String[] args):void |
Sequential |
public setBackColor( String newBackColor):void |
Sequential |
public setCssClass( String cssClass):void |
Sequential |
public setDef( boolean newDef):void |
Sequential |
public setDefault():void |
Sequential Notes: | Sets default values for the font TODO: to be moved to properties | |
public setFontName( String newFontName):void |
Sequential |
public setFontSize( int newFontSize):void |
Sequential |
public setForeColor( String newForeColor):void |
Sequential |
public setIsBold( boolean newIsBold):void |
Sequential |
public setIsItalic( boolean newIsItalic):void |
Sequential |
public setIsPdfEmbedded( boolean newIsPdfEmbedded):void |
Sequential Notes: | isPdfEmbedded setter | |
public setIsStrikeThrough( boolean newIsStrikeThrough):void |
Sequential Notes: | isStrikeThrogh setter | |
public setIsUnderline( boolean newIsUnderline):void |
Sequential Notes: | isUnderline setter | |
public setName( String newName):void |
Sequential |
public setPdfEncoding( String newPdfEncoding):void |
Sequential Notes: | pdfEncoding setter | |
public setPdfFontName( String newPdfFontName):void |
Sequential Notes: | pdfFontName setter | |
public toString():String |
Sequential |