Freigeben über


Hidden-Klasse

Defines the Hidden Class.When the object is serialized out as xml, its qualified name is w:hidden.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlLeafElement
      DocumentFormat.OpenXml.Wordprocessing.OnOffType
        DocumentFormat.OpenXml.Wordprocessing.Hidden

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

Syntax

'Declaration
Public Class Hidden _
    Inherits OnOffType
'Usage
Dim instance As Hidden
public class Hidden : OnOffType

Hinweise

[ISO/IEC 29500-1 1. Ausgabe]

17.4.20 hidden (Hidden Table Row Marker)

This element specifies that the glyph representing the end character of current table row shall not be displayed in the current document.

[Note: This setting is used to hide the end of row glyph in order to ensure that the entire table row is hidden and not displayed in the document, as if any part of the row is visible, the row is displayed. end note]

[Note: Applications can have settings which allow hidden content to be displayed, in which case this content can be visible - this property is not meant to supersede that setting. end note]

If this element is omitted, then this table row shall not be hidden in the document.

[Example: Consider a table with a table row in which the row is specified to be hidden. That requirement is specified using the following WordprocessingML:

<w:tbl>
…
<w:tr>
<w:trPr>
<w:hidden />
…
</w:trPr>
…
</w:tr>
</w:tbl>

In this example this row is not be displayed nor printed, as the hidden element is specified on in table row's properties. end example]

Parent Elements

trPr (§17.4.82); trPr (§17.7.6.10); trPr (§17.7.6.11); trPr (§17.4.83)

This element's content model is defined by the common boolean property definition in §17.17.4.

© ISO/IEC29500: 2008. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

Hidden-Member

DocumentFormat.OpenXml.Wordprocessing-Namespace