# Wijmo_Xlsx.Workbookfont

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								WorkbookFont Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the Workbook Object Model font definition.</p>
								</div>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<span class="target">WorkbookFont</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>
												Constructors
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#constructor" class="tsd-kind-icon">constructor</a></li>
										</ul>
									</section>
									<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>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#bold" class="tsd-kind-icon">bold</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#color" class="tsd-kind-icon">color</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#family" class="tsd-kind-icon">family</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#italic" class="tsd-kind-icon">italic</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#size" class="tsd-kind-icon">size</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#strikethrough" class="tsd-kind-icon">strikethrough</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class"><a href="wijmo_xlsx.workbookfont.html#underline" class="tsd-kind-icon">underline</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Constructors</h2>
							<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
								<a name="constructor" class="tsd-anchor"></a>
								<h3>constructor</h3>
								<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
									<li class="tsd-signature tsd-kind-icon">new <wbr>Workbook<wbr>Font<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="wijmo_xlsx.workbookfont.html" class="tsd-signature-type">WorkbookFont</a></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Initializes a new instance of the <a href="wijmo_xlsx.workbookfont.html">WorkbookFont</a> class.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <a href="wijmo_xlsx.workbookfont.html" class="tsd-signature-type">WorkbookFont</a></h4>
									</li>
								</ul>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="bold" class="tsd-anchor"></a>
								<h3>bold</h3>
								<div class="tsd-signature tsd-kind-icon">bold<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#bold">bold</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the current font is bold.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="color" class="tsd-anchor"></a>
								<h3>color</h3>
								<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#color">color</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the font color.</p>
									</div>
									<p>For export, the color can be specified in any valid HTML format
										like 6-character dash notation or rgb/rgba/hsl/hsla functional form.
										In case of rgba/hsla representations, specified alpha channel value
									is ignored.</p>
									<p>For import, a value is always represented in the HTML 6-character dash
									notation, for example, "#afbfcf".</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="family" class="tsd-anchor"></a>
								<h3>family</h3>
								<div class="tsd-signature tsd-kind-icon">family<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#family">family</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the font family name.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="italic" class="tsd-anchor"></a>
								<h3>italic</h3>
								<div class="tsd-signature tsd-kind-icon">italic<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#italic">italic</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the current font has the italic style applied.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="size" class="tsd-anchor"></a>
								<h3>size</h3>
								<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#size">size</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets or sets the font size in device-independent (1/96th inch) pixels.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="strikethrough" class="tsd-anchor"></a>
								<h3>strikethrough</h3>
								<div class="tsd-signature tsd-kind-icon">strikethrough<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#strikethrough">strikethrough</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the current font is strikethrough.</p>
									</div>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
								<a name="underline" class="tsd-anchor"></a>
								<h3>underline</h3>
								<div class="tsd-signature tsd-kind-icon">underline<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
								<aside class="tsd-sources">
									<p>Implementation of <a href="../interfaces/wijmo_xlsx.iworkbookfont.html">IWorkbookFont</a>.<a href="../interfaces/wijmo_xlsx.iworkbookfont.html#underline">underline</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Indicates whether the current font is underlined.</p>
									</div>
								</div>
							</section>
						</section>
					</div>