FillExtendedProperties Class
Shape Fill Extended Properties.When the object is serialized out as xml, its qualified name is o:fill.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Vml.Office.FillExtendedProperties
Namespace: DocumentFormat.OpenXml.Vml.Office
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
Public Class FillExtendedProperties _
Inherits OpenXmlLeafElement
'Применение
Dim instance As FillExtendedProperties
public class FillExtendedProperties : OpenXmlLeafElement
Remarks
[ISO/IEC 29500-1 редакция 1]
14.2.2.13 fill (Shape Fill Extended Properties)
This element specifies additional properties for fills. It is used to identify additional types of gradient fills beyond those specified in the fill element (§14.1.2.5).
Parent Elements |
---|
background (Part 1, §17.2.1); fill (§14.1.2.5); hdrShapeDefaults (§9.7.2.1); object (Part 1, §17.3.3.19); pict (§9.2.2.2); pict (§9.5.1); shapeDefaults (§9.7.2.2) |
Attributes |
Description |
---|---|
ext (VML Extension Handling Behavior) Namespace: urn:schemas-microsoft-com:vml |
Specifies an optional value that indicates how applications that implement VML should interpret extensions not defined as part of the original specification of core VML. [Rationale: This part of the original VML specification is included to assist applications that leverage existing VML support in implementing the Office Open XML Format. end rationale] The possible values for this attribute are defined by the ST_Ext simple type (§14.1.3.2). |
type (Fill Type) |
Specifies the type of fill. If specified, this overrides the value of the type attribute in the parent fill element. [Example: The gradientCenter value overrides gradientRadial:
end example] The possible values for this attribute are defined by the ST_FillType simple type (§14.2.3.14). |
[Note: The W3C XML Schema definition of this element's content model (CT_Fill) is located in §A.6.2. end note]
© ISO/IEC29500: 2008. Приведенный выше текст переведен с английского языка на русский корпорацией Майкрософт (или ее подрядчиками) и ISO не несет ответственности за эти переводы.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.