LinkedTextBox class
Defines the LinkedTextBox Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is wps:linkedTxbx.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Office2010.Word.DrawingShape.LinkedTextBox
Namespace: DocumentFormat.OpenXml.Office2010.Word.DrawingShape
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.75 CT_LinkedTextboxInformation
Target namespace: http://schemas.microsoft.com/office/word/2010/wordprocessingShape
Referenced by: CT_WordprocessingShape
This type contains all the information necessary for a CT_WordprocessingShape to participate in a text box story. An element of this type MUST NOT be present on the first CT_WordprocessingShape element in a series of CT_WordprocessingShape elements that are part of the same text box story. An element of this type MUST be present on all subsequent CT_WordprocessingShape elements.
Child Elements:
extLst: A CT_OfficeArtExtensionList ([ISO/IEC-29500-1] section A.4.1) element to hold future extensions to the parent element of this extLst element
Attributes:
id: An unsignedShort ([XMLSCHEMA2] section 3.3.23) attribute that specifies the text box story to which this text box belongs.
seq: An unsignedShort ([XMLSCHEMA2] section 3.3.23) attribute that specifies the position of the owning shape in the given text box story. This value MUST be unique across all CT_LinkedTextboxInformation instances with the same story identifier. This value MUST be greater than 0.
The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.
<xsd:complexType name="CT_LinkedTextboxInformation">
<xsd:sequence>
<xsd:element name="extLst" type="a:CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:unsignedShort" use="required"/>
<xsd:attribute name="seq" type="xsd:unsignedShort" use="required"/>
</xsd:complexType>
See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).