# Wijmo_Pdf.Ipdftag

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								IPdfTag Interface
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents an element in the document's logical structure tree.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">IPdfTag</span>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-interface"><a href="wijmo_pdf.ipdftag.html#add" class="tsd-kind-icon">add</a></li>
											<li class="tsd-kind-method tsd-parent-kind-interface"><a href="wijmo_pdf.ipdftag.html#end" class="tsd-kind-icon">end</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
								<a name="add" class="tsd-anchor"></a>
								<h3>add</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
									<li class="tsd-signature tsd-kind-icon">add<span class="tsd-signature-symbol">(</span>child<span class="tsd-signature-symbol">: </span><a href="../modules/wijmo_pdf.html#pdftagorcontent" class="tsd-signature-type">PdfTagOrContent</a><span class="tsd-signature-symbol"> | </span><a href="../modules/wijmo_pdf.html#pdftagorcontent" class="tsd-signature-type">PdfTagOrContent</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_pdf.ipdftag.html" class="tsd-signature-type">IPdfTag</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Adds content to the element.</p>
											</div>
										</div>
										<h4 class="tsd-parameters-title">Parameters</h4>
										<ul class="tsd-parameters">
											<li>
												<h5>child: <a href="../modules/wijmo_pdf.html#pdftagorcontent" class="tsd-signature-type">PdfTagOrContent</a><span class="tsd-signature-symbol"> | </span><a href="../modules/wijmo_pdf.html#pdftagorcontent" class="tsd-signature-type">PdfTagOrContent</a><span class="tsd-signature-symbol">[]</span></h5>
												<div class="tsd-comment">
													<p>The child element or array of child elements.
													The following child types are supported:</p>
													<ul>
														<li>A <a href="wijmo_pdf.ipdftag.html">IPdfTag</a> object to nest within the element.</li>
														<li>
															A <a href="wijmo_pdf.ipdftagcontent.html">IPdfTagContent</a> object, a reference to the marked content to associate with the element.
														</li>
														<li>
															A callback function that will be automatically executed when the created element is attached to the document's structure tree.
															The content created by this function will be marked with the tag specified by the **type** parameter and associated with the element.
														</li>
													</ul>
												</div>
											</li>
										</ul>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_pdf.ipdftag.html" class="tsd-signature-type">IPdfTag</a></h4>
										<p>The <a href="wijmo_pdf.ipdftag.html">IPdfTag</a> object.</p>
									</li>
								</ul>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
								<a name="end" class="tsd-anchor"></a>
								<h3>end</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
									<li class="tsd-signature tsd-kind-icon">end<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Ends the element and all of its children and flush it to the document.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
									</li>
								</ul>
							</section>
						</section>
					</div>