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

In This Topic
    IDisplayFormat Interface Methods
    In This Topic

    For a list of all members of this type, see IDisplayFormat members.

    Public Methods
     NameDescription
     MethodGets a value that indicates if the application automatically indents text of the associated Range object when the text alignment in a cell is set to equal distribution (either horizontally or vertically), as it is displayed in the current user interface.

    Returns: Returns True if text is automatically indented when the text alignment in the cell is set, either horizontally or vertically, to equal distribution.

     
     MethodGets a Borders object that represents the borders of the associated Range object as it is displayed in the current user interface.  
     MethodGets a Font object that represents the font of the associated Range as it is displayed in the current user interface.  
     MethodGets a value that indicates if the formula of the associated Range object is hidden when the worksheet is protected as it is displayed in the current user interface.  
     MethodGets a value that represents the horizontal alignment of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value that represents the indent level of the associated Range object as it is displayed in the current user interface.  
     MethodGets an Interior object that represents the interior of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value that indicates if the associated Range object is locked as it is displayed in the current user interface.  
     MethodGets a value that indicates if the associated Range object contains merged cells as it is displayed in the current user interface.  
     MethodGets a value that represents the format code of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value that represents the text orientation of the associated Range object as it is displayed in the current user interface.  
     MethodGets the reading order of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value that indicates if the application automatically shrinks text to fit in the available column width of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value, containing a Style object, that represents the style of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value that represents the vertical alignment of the associated Range object as it is displayed in the current user interface.  
     MethodGets a value that indicates if the application wraps the text of the associated Range object as it is displayed in the current user interface.  
    Top
    See Also