Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IStyle Interface
Methods

In This Topic
    IStyle Interface Members
    In This Topic

    The following tables list the members exposed by IStyle.

    Public Methods
     NameDescription
     MethodDeletes the object.  
     MethodGenerates the named style from the json string.  
     MethodGets whether text is automatically indented when the text alignment in a cell is set to equal distribution either horizontally or vertically.  
     MethodReturns the IBorders collection that represents the borders of astyle.  
     MethodGets whether the style is a built-in style.  
     MethodReturns the IFont object that represents the font of the specifiedobject.  
     MethodSets whether the formula is hidden when the worksheet is protected.  
     MethodGets the horizontal alignment for the specified object.  
     MethodGets whether style includes the AddIndent, HorizontalAlignment, VerticalAlignment, WrapText, and Orientation properties.  
     MethodGets whether the style includes the Color, ColorIndex, LineStyle, and Weight border properties.  
     MethodGets whether the style includes the Bold, Color, ColorIndex, FontStyle, Italic, Name, OutlineFont, Shadow, Size, Strikethrough, Subscript, Superscript, and Underline font properties.  
     MethodGets whether the style includes the NumberFormat property.  
     MethodGets whether the style includes the Color, InvertIfNegative, Pattern, PatternColor, and PatternColorIndex interior properties.  
     MethodGets whether the style includes the FormulaHidden and Locked properties.  
     MethodGets the indent level for the style.  
     MethodReturns an IInterior object that represents the interior of thespecified object.  
     MethodGets whether the object is locked; False if the object can be modified when the sheet is protected.  
     MethodReturns the name of the object.  
     MethodGets the format code for the object as a string in the language of the user.  
     MethodGets the text orientation. Can be an integer value from ¨C90 to 90 degrees.  
     MethodGets whether the text automatically shrinks to fit in the available column width.  
     MethodGets the vertical alignment of the specified object.  
     MethodGets whether to wrap the text.  
     MethodSets whether text is automatically indented when the text alignment in a cell is set to equal distribution either horizontally or vertically.  
     MethodGets whether the formula is hidden when the worksheet is protected.  
     MethodSets the horizontal alignment for the specified object.  
     MethodSets whether style includes the AddIndent, HorizontalAlignment, VerticalAlignment, WrapText, and Orientation properties.  
     MethodSets whether the style includes the Color, ColorIndex, LineStyle, and Weight border properties.  
     MethodSets whether the style includes the Bold, Color,ColorIndex, FontStyle,Italic, Name,OutlineFont, Shadow,Size, Strikethrough,Subscript, Superscript, and Underline font properties.  
     MethodSets whether the style includes the NumberFormat property.  
     MethodSets whether the style includes the Color, InvertIfNegative, Pattern, PatternColor, and PatternColorIndex interior properties.  
     MethodSets whether the style includes the FormulaHidden and Locked properties.  
     MethodSets the indent level for the style.  
     MethodSets whether the object is locked; False if the object can be modified when the sheet is protected.  
     MethodSets the format code for the object as a string in the language of the user.  
     MethodSets the text orientation. Can be an integer value from ¨C90 to 90 degrees.  
     MethodSets whether the text automatically shrinks to fit in the available column width.  
     MethodSets the vertical alignment of the specified object.  
     MethodSets whether to wrap the text.  
     MethodGenerates a json string from the named style.  
    Top
    See Also