Compartilhar via


BreakTextRestartLocationValues Enumeração

Definição

Define a enumeração BreakTextRestartLocationValues.

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

Campos

Nome Valor Description
None 0

Reinicie na Linha Seguinte.

Quando o item é serializado como xml, o respetivo valor é "none".

Left 1

Reinicie na região de texto seguinte quando estiver na posição mais à esquerda.

Quando o item é serializado como xml, o respetivo valor é "left".

Right 2

Reinicie na região de texto seguinte quando estiver na posição mais à direita.

Quando o item é serializado como xml, o respetivo valor é "right".

All 3

Reinicie na Linha Completa Seguinte.

Quando o item é serializado como xml, o respetivo valor é "all".

All

Reinicie na Linha Completa Seguinte.

Quando o item é serializado como xml, o respetivo valor é "all".

BreakTextRestartLocationValues(String)

Cria uma nova instância de enumeração BreakTextRestartLocationValues

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

Reinicie na região de texto seguinte quando estiver na posição mais à esquerda.

Quando o item é serializado como xml, o respetivo valor é "left".

None

Reinicie na Linha Seguinte.

Quando o item é serializado como xml, o respetivo valor é "none".

Right

Reinicie na região de texto seguinte quando estiver na posição mais à direita.

Quando o item é serializado como xml, o respetivo valor é "right".

ToString()

Aplica-se a