Freigeben über


HiddenLineProperties-Klasse

Defines the HiddenLineProperties Class.This class is only available in Office2010.When the object is serialized out as xml, its qualified name is a14:hiddenLine.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office2010.Drawing.HiddenLineProperties

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
<ChildElementInfoAttribute(GetType(LineJoinBevel))> _
<OfficeAvailabilityAttribute(FileFormatVersions.Office2010)> _
<ChildElementInfoAttribute(GetType(SolidFill))> _
<ChildElementInfoAttribute(GetType(GradientFill))> _
<ChildElementInfoAttribute(GetType(PatternFill))> _
<ChildElementInfoAttribute(GetType(PresetDash))> _
<ChildElementInfoAttribute(GetType(CustomDash))> _
<ChildElementInfoAttribute(GetType(Round))> _
<ChildElementInfoAttribute(GetType(NoFill))> _
<ChildElementInfoAttribute(GetType(Miter))> _
<ChildElementInfoAttribute(GetType(HeadEnd))> _
<ChildElementInfoAttribute(GetType(TailEnd))> _
Public Class HiddenLineProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As HiddenLineProperties
[ChildElementInfoAttribute(typeof(ExtensionList))]
[ChildElementInfoAttribute(typeof(LineJoinBevel))]
[OfficeAvailabilityAttribute(FileFormatVersions.Office2010)]
[ChildElementInfoAttribute(typeof(SolidFill))]
[ChildElementInfoAttribute(typeof(GradientFill))]
[ChildElementInfoAttribute(typeof(PatternFill))]
[ChildElementInfoAttribute(typeof(PresetDash))]
[ChildElementInfoAttribute(typeof(CustomDash))]
[ChildElementInfoAttribute(typeof(Round))]
[ChildElementInfoAttribute(typeof(NoFill))]
[ChildElementInfoAttribute(typeof(Miter))]
[ChildElementInfoAttribute(typeof(HeadEnd))]
[ChildElementInfoAttribute(typeof(TailEnd))]
public class HiddenLineProperties : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DocumentFormat.OpenXml.Drawing.NoFill <a:noFill>

  • DocumentFormat.OpenXml.Drawing.SolidFill <a:solidFill>

  • DocumentFormat.OpenXml.Drawing.GradientFill <a:gradFill>

  • DocumentFormat.OpenXml.Drawing.PatternFill <a:pattFill>

  • DocumentFormat.OpenXml.Drawing.PresetDash <a:prstDash>

  • DocumentFormat.OpenXml.Drawing.CustomDash <a:custDash>

  • DocumentFormat.OpenXml.Drawing.Round <a:round>

  • DocumentFormat.OpenXml.Drawing.LineJoinBevel <a:bevel>

  • DocumentFormat.OpenXml.Drawing.Miter <a:miter>

  • DocumentFormat.OpenXml.Drawing.HeadEnd <a:headEnd>

  • DocumentFormat.OpenXml.Drawing.TailEnd <a:tailEnd>

  • DocumentFormat.OpenXml.Drawing.ExtensionList <a:extLst>

2.3.7 hiddenLine

Target namespace: https://schemas.microsoft.com/office/drawing/2007/7/7/main

A CT_LineProperties ([ISO/IEC-29500-1] section A.4.1) element that stores the line information of an object when the line fill has been set to invisible.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this element.

<xsd:element name="hiddenLine" type="a:CT_LineProperties"/>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

HiddenLineProperties-Member

DocumentFormat.OpenXml.Office2010.Drawing-Namespace