HtmlForgeX

API Reference

Enum

TablerPadding

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines padding utility classes.

Inheritance

  • Enum
  • TablerPadding

Values

public const TablerPadding TopAuto #

Top auto.

Value: 0
public const TablerPadding TopZero #

Top zero.

Value: 1
public const TablerPadding TopQuarter #

Top quarter.

Value: 2
public const TablerPadding TopHalf #

Top half.

Value: 3
public const TablerPadding TopNormal #

Top normal.

Value: 4
public const TablerPadding TopOneAndHalf #

Top one and half.

Value: 5
public const TablerPadding TopTriple #

Top triple.

Value: 6
public const TablerPadding BottomAuto #

Bottom auto.

Value: 7
public const TablerPadding BottomZero #

Bottom zero.

Value: 8
public const TablerPadding BottomQuarter #

Bottom quarter.

Value: 9
public const TablerPadding BottomHalf #

Bottom half.

Value: 10
public const TablerPadding BottomNormal #

Bottom normal.

Value: 11
public const TablerPadding BottomOneAndHalf #

Bottom one and half.

Value: 12
public const TablerPadding BottomTriple #

Bottom triple.

Value: 13
public const TablerPadding StartAuto #

Start auto.

Value: 14
public const TablerPadding StartZero #

Start zero.

Value: 15
public const TablerPadding StartQuarter #

Start quarter.

Value: 16
public const TablerPadding StartHalf #

Start half.

Value: 17
public const TablerPadding StartNormal #

Start normal.

Value: 18
public const TablerPadding StartOneAndHalf #

Start one and half.

Value: 19
public const TablerPadding StartTriple #

Start triple.

Value: 20
public const TablerPadding EndAuto #

End auto.

Value: 21
public const TablerPadding EndZero #

End zero.

Value: 22
public const TablerPadding EndQuarter #

End quarter.

Value: 23
public const TablerPadding EndHalf #

End half.

Value: 24
public const TablerPadding EndNormal #

End normal.

Value: 25
public const TablerPadding EndOneAndHalf #

End one and half.

Value: 26
public const TablerPadding EndTriple #

End triple.

Value: 27
public const TablerPadding HorizontalAuto #

Horizontal auto.

Value: 28
public const TablerPadding HorizontalZero #

Horizontal zero.

Value: 29
public const TablerPadding HorizontalQuarter #

Horizontal quarter.

Value: 30
public const TablerPadding HorizontalHalf #

Horizontal half.

Value: 31
public const TablerPadding HorizontalNormal #

Horizontal normal.

Value: 32
public const TablerPadding HorizontalOneAndHalf #

Horizontal one and half.

Value: 33
public const TablerPadding HorizontalTriple #

Horizontal triple.

Value: 34
public const TablerPadding VerticalAuto #

Vertical auto.

Value: 35
public const TablerPadding VerticalZero #

Vertical zero.

Value: 36
public const TablerPadding VerticalQuarter #

Vertical quarter.

Value: 37
public const TablerPadding VerticalHalf #

Vertical half.

Value: 38
public const TablerPadding VerticalNormal #

Vertical normal.

Value: 39
public const TablerPadding VerticalOneAndHalf #

Vertical one and half.

Value: 40
public const TablerPadding VerticalTriple #

Vertical triple.

Value: 41
public const TablerPadding AllAuto #

All auto.

Value: 42
public const TablerPadding AllZero #

All zero.

Value: 43
public const TablerPadding AllQuarter #

All quarter.

Value: 44
public const TablerPadding AllHalf #

All half.

Value: 45
public const TablerPadding AllNormal #

All normal.

Value: 46
public const TablerPadding AllOneAndHalf #

All one and half.

Value: 47
public const TablerPadding AllTriple #

All triple.

Value: 48

Extension Methods

public static String EnumToString(TablerPadding padding) #
Returns: String

Initializes or configures EnumToString.

Parameters

padding HtmlForgeX.TablerPadding requiredposition: 0