Compartir a través de


LevelJustificationValues Enumeración

Definición

Tipo de alineación horizontal

public enum LevelJustificationValues
public readonly struct LevelJustificationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.LevelJustificationValues>
type LevelJustificationValues = 
type LevelJustificationValues = struct
    interface IEnumValue
    interface IEnumValueFactory<LevelJustificationValues>
Public Enum LevelJustificationValues
Public Structure LevelJustificationValues
Implements IEnumValue, IEnumValueFactory(Of LevelJustificationValues), IEquatable(Of LevelJustificationValues)
Herencia
LevelJustificationValues
Herencia
LevelJustificationValues

Campos

Nombre Valor Description
Left 0

Alinear a la izquierda.

Cuando el elemento se serializa como xml, su valor es "left".

Center 1

Alinear centro.

Cuando el elemento se serializa como xml, su valor es "center".

Right 2

Alinear a la derecha.

Cuando el elemento se serializa como xml, su valor es "right".

Center

Alinear centro.

Cuando el elemento se serializa como xml, su valor es "center".

Equality(LevelJustificationValues, LevelJustificationValues)
Equals(LevelJustificationValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<LevelJustificationValues>.Create(String)
Inequality(LevelJustificationValues, LevelJustificationValues)
Left

Alinear a la izquierda.

Cuando el elemento se serializa como xml, su valor es "left".

LevelJustificationValues(String)

Crea una nueva instancia de enumeración LevelJustificationValues

Right

Alinear a la derecha.

Cuando el elemento se serializa como xml, su valor es "right".

ToString()

Se aplica a