Compartir a través de


TextCharacterPropertiesType.Dirty Property

Dirty.Represents the attribte in schema: dirty

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "dirty")> _
Public Property Dirty As BooleanValue
    Get
    Set
'Uso
Dim instance As TextCharacterPropertiesType
Dim value As BooleanValue

value = instance.Dirty

instance.Dirty = value
[SchemaAttrAttribute(, "dirty")]
public BooleanValue Dirty { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

TextCharacterPropertiesType Class

TextCharacterPropertiesType Members

DocumentFormat.OpenXml.Drawing Namespace