public final class LayoutType
extends com.aspose.ms.System.Enum
The layout attribute gives you easy, per-element control over how your element should render on screen.
Modifier and Type | Field and Description |
---|---|
static int |
Container
lets its children define its size, like a normal div
|
static int |
Fill |
static int |
Fixed |
static int |
FixedHeight
keeps the specified height unchanged
|
static int |
Flex
works like display:flex style
|
static int |
Intrinsic
responsive until it reaches its height and width
|
static int |
Nodisplay
works like display: none style.
|
static int |
Responsive
fills container automatically to aspect ratio
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Nodisplay
works like display: none style.
public static final int Fixed
public static final int Responsive
fills container automatically to aspect ratio
public static final int FixedHeight
keeps the specified height unchanged
public static final int Fill
public static final int Container
lets its children define its size, like a normal div
public static final int Flex
works like display:flex style
public static final int Intrinsic
responsive until it reaches its height and width