次の方法で共有


ShapeStyle.FontReference Property

Font Reference.Represents the element tag in schema: a:fontRef

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

Syntax

'宣言
Public Property FontReference As FontReference
    Get
    Set
'使用
Dim instance As ShapeStyle
Dim value As FontReference

value = instance.FontReference

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

Property Value

Type: DocumentFormat.OpenXml.Drawing.FontReference
Returns FontReference.

See Also

Reference

ShapeStyle Class

ShapeStyle Members

DocumentFormat.OpenXml.Presentation Namespace