Adds a child StructureElementElement to this one.

 

   

Syntax
 

[C#]
StructureElementElement AddKid(string type)
StructureElementElement AddKid(IndirectObject obj, Page page)
StructureElementElement AddKid(StructureElementElement kid)

 

   

Params
 
Name Description
type The structure type, such as "P" (paragraph) or "TOC" (table of contents).
obj An object which is a structure element in its own right.
page The page on which that object appears.
kid The structure element which will become the child.
returns The newly created child element.

 

   

Notes
 

Adds a child StructureElementElement to this one.

If the provided child is already a part of an existing hierarchy it will be detached from that hierarchy and slotted into this one.

 

   

Example
 

None.