com.f1j.ss
Interface ShapeFormat


public interface ShapeFormat
extends Format

The shape format with spreadsheet extensions.


Method Summary
 AlignFormat align()
          Returns the alignment format.
 FontFormat font()
          Returns the font format.
 ShapePropertiesFormat properties()
          Returns the shape properties format.
 ProtectionFormat protection()
          Returns the protection format.
 
Methods inherited from interface com.f1j.drawing.Format
fill, line, picture, placement, textbox
 

Method Detail

align

public AlignFormat align()
Returns the alignment format.

font

public FontFormat font()
Returns the font format.

properties

public ShapePropertiesFormat properties()
Returns the shape properties format.

protection

public ProtectionFormat protection()
Returns the protection format.