Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Continuation Separator Mark.When the object is serialized out as xml, its qualified name is w:continuationSeparator.
Inheritance Hierarchy
System.Object
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.Wordprocessing.EmptyType
DocumentFormat.OpenXml.Wordprocessing.ContinuationSeparatorMark
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Class ContinuationSeparatorMark _
Inherits EmptyType
'Usage
Dim instance As ContinuationSeparatorMark
public class ContinuationSeparatorMark : EmptyType
Remarks
[ISO/IEC 29500-1 1st Edition]
17.11.1 continuationSeparator (Continuation Separator Mark)
This element specifies the presence of a continuation separator mark within the current run. A continuation separator mark is a horizontal line which spans the width of the main story's text extents.
[Note: The continuation separator mark is typically used within the context of continuation separator footnotes or endnotes. These footnote and endnote types define the footnote/endnote used to separate the contents of the main document story from continuation of footnotes or endnotes which began on a previous page. end note]
[Example: Consider the following two pages in a document, where some text is referenced by a footnote that extends to the next page (with the continuation separator circled in red):
The line separating the document text from the footnote that is continued on the next page is represented by the following WordprocessingML:
<w:footnote w:type="continuationSeparator" w:id="1"> <w:p> <w:r> <w:continuationSeparator /> </w:r> </w:p> </w:footnote>
In this example, the footnote has a content which consists of a single continuationSeparator, which is displayed as a horizontal line across the text extents. end example]
Parent Elements |
---|
r (§22.1.2.87); r (§17.3.2.25) |
[Note: The W3C XML Schema definition of this element’s content model (CT_Empty) is located in §A.1. end note]
© ISO/IEC29500: 2008.
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.