OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.type.AQFont

Packages that use AQFont
com.aquafold.openapi.data   
com.aquafold.openapi.type   
 

Uses of AQFont in com.aquafold.openapi.data
 

Methods in com.aquafold.openapi.data with parameters of type AQFont
 void AQExcelSpreadsheet.setCell(int row, int column, Object value, AQFont font, AQColor backgroundColor, AQColor foregroundColor)
          Sets the cell value, font, background color and foreground color at the specified row and column in the current worksheet.
 

Uses of AQFont in com.aquafold.openapi.type
 

Methods in com.aquafold.openapi.type that return AQFont
 AQFont AQFont.deriveFont(int style, float size)
          Creates a new AQFont object by replicating this AQFont object and applying a new style and size.
 AQFont AQFont.deriveFontBySize(float size)
          Creates a new AQFont object by replicating this AQFont object and applying a new size to it.
 AQFont AQFont.deriveFontByStyle(int style)
          Creates a new AQFont object by replicating this AQFont object and applying a new style to it.
 AQFont AQFontFactory.newFont(String name)
          Creates a new AQFont from the specified name, style is defaulted to PLAIN and point size is defaulted to 11.
 AQFont AQFontFactory.newFont(String name, int size)
          Creates a new AQFont from the specified name and point size, style is defaulted to PLAIN.
 AQFont AQFontFactory.newFont(String name, int style, int size)
          Creates a new AQFont from the specified name, style and point size.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.