次の方法で共有


Break.RunProperties Property

Text Run Properties.Represents the element tag in schema: a:rPr

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

Syntax

'宣言
Public Property RunProperties As RunProperties
    Get
    Set
'使用
Dim instance As Break
Dim value As RunProperties

value = instance.RunProperties

instance.RunProperties = value
public RunProperties RunProperties { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.RunProperties
Returns RunProperties.

See Also

Reference

Break Class

Break Members

DocumentFormat.OpenXml.Drawing Namespace