com.aspose.cells

Class HtmlHiddenRowDisplayType

  • java.lang.Object
    • com.aspose.cells.HtmlHiddenRowDisplayType
public class HtmlHiddenRowDisplayType 
extends java.lang.Object

Utility class containing constants. Represents two types of showing the hidden row in html.

Field Summary
static final intHIDDEN
Hidden the row in html page.
static final intREMOVE
Remove the row in html page.
 

    • Field Detail

      • HIDDEN

        public static final int HIDDEN
        Hidden the row in html page.
      • REMOVE

        public static final int REMOVE
        Remove the row in html page.