IXDLSContentWriter
WriteChildRefElement Method
|
Writes the child ref element.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
void WriteChildRefElement(
string name,
int refToElement
)
Sub WriteChildRefElement (
name As String,
refToElement As Integer
)
void WriteChildRefElement(
String^ name,
int refToElement
)
abstract WriteChildRefElement :
name : string *
refToElement : int -> unit
Parameters
-
name
-
Type:
System
String
The name.
-
refToElement
-
Type:
System
Int32
See Also