Skip to content

Commit

Permalink
Updated API Docs to 24.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sabir-aspose committed Mar 31, 2024
1 parent 2ebd090 commit 2dff12a
Show file tree
Hide file tree
Showing 14 changed files with 326 additions and 50 deletions.
Binary file added .DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions api/FileFormat.Words.IElements.Indentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1 id="FileFormat_Words_IElements_Indentation" data-uid="FileFormat.Words.IElem
<dl><dt>Assembly</dt><dd>FileFormat.Words.dll</dd></dl>
</div>

<div class="markdown summary"><p>Represents the Indentation of a Word Paragraph</p>
<div class="markdown summary"><p>Represents the indentation settings for a paragraph.</p>
</div>
<div class="markdown conceptual"></div>

Expand Down Expand Up @@ -191,7 +191,7 @@ <h3 id="FileFormat_Words_IElements_Indentation_FirstLine" data-uid="FileFormat.W

</h3>

<div class="markdown level1 summary"><p>Gets or sets the FirstLine indentation</p>
<div class="markdown level1 summary"><p>Gets or sets the distance of the first line indentation.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -223,7 +223,7 @@ <h3 id="FileFormat_Words_IElements_Indentation_Hanging" data-uid="FileFormat.Wor

</h3>

<div class="markdown level1 summary"><p>Gets or sets the Hanging indentation</p>
<div class="markdown level1 summary"><p>Gets or sets the distance of the hanging indentation.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -255,7 +255,7 @@ <h3 id="FileFormat_Words_IElements_Indentation_Left" data-uid="FileFormat.Words.

</h3>

<div class="markdown level1 summary"><p>Gets or sets the Left indentation</p>
<div class="markdown level1 summary"><p>Gets or sets the distance of the left indentation.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down Expand Up @@ -287,7 +287,7 @@ <h3 id="FileFormat_Words_IElements_Indentation_Right" data-uid="FileFormat.Words

</h3>

<div class="markdown level1 summary"><p>Gets or sets the Right indentation</p>
<div class="markdown level1 summary"><p>Gets or sets the distance of the right indentation.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand Down
72 changes: 68 additions & 4 deletions api/FileFormat.Words.IElements.Paragraph.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ <h3 id="FileFormat_Words_IElements_Paragraph_Alignment" data-uid="FileFormat.Wor
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Alignment { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public ParagraphAlignment Alignment { get; set; }</code></pre>
</div>


Expand All @@ -212,7 +212,7 @@ <h3 id="FileFormat_Words_IElements_Paragraph_Alignment" data-uid="FileFormat.Wor

<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
<dt><a class="xref" href="FileFormat.Words.IElements.ParagraphAlignment.html">ParagraphAlignment</a></dt>
<dd></dd>
</dl>

Expand Down Expand Up @@ -262,7 +262,7 @@ <h3 id="FileFormat_Words_IElements_Paragraph_Indentation" data-uid="FileFormat.W

</h3>

<div class="markdown level1 summary"><p>Gets or sets indentation of the word paragraph</p>
<div class="markdown level1 summary"><p>Gets or Sets Indentation of the word paragraph</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand All @@ -287,6 +287,38 @@ <h4 class="section">Property Value</h4>



<a id="FileFormat_Words_IElements_Paragraph_IsAlphabeticNumber_" data-uid="FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber*"></a>

<h3 id="FileFormat_Words_IElements_Paragraph_IsAlphabeticNumber" data-uid="FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber">
IsAlphabeticNumber

</h3>

<div class="markdown level1 summary"><p>Gets or sets whether the paragraph has alphabetic number bullets.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsAlphabeticNumber { get; set; }</code></pre>
</div>





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>








<a id="FileFormat_Words_IElements_Paragraph_IsBullet_" data-uid="FileFormat.Words.IElements.Paragraph.IsBullet*"></a>

<h3 id="FileFormat_Words_IElements_Paragraph_IsBullet" data-uid="FileFormat.Words.IElements.Paragraph.IsBullet">
Expand Down Expand Up @@ -326,7 +358,7 @@ <h3 id="FileFormat_Words_IElements_Paragraph_IsNumbered" data-uid="FileFormat.Wo

</h3>

<div class="markdown level1 summary"><p>Gets or sets whether the paragraph has numbering.</p>
<div class="markdown level1 summary"><p>Gets or sets whether the paragraph has numbered bullets.</p>
</div>
<div class="markdown level1 conceptual"></div>

Expand All @@ -351,6 +383,38 @@ <h4 class="section">Property Value</h4>



<a id="FileFormat_Words_IElements_Paragraph_IsRoman_" data-uid="FileFormat.Words.IElements.Paragraph.IsRoman*"></a>

<h3 id="FileFormat_Words_IElements_Paragraph_IsRoman" data-uid="FileFormat.Words.IElements.Paragraph.IsRoman">
IsRoman

</h3>

<div class="markdown level1 summary"><p>Gets or sets whether the paragraph has roman number bullets.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public bool IsRoman { get; set; }</code></pre>
</div>





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></dt>
<dd></dd>
</dl>








<a id="FileFormat_Words_IElements_Paragraph_NumberingId_" data-uid="FileFormat.Words.IElements.Paragraph.NumberingId*"></a>

<h3 id="FileFormat_Words_IElements_Paragraph_NumberingId" data-uid="FileFormat.Words.IElements.Paragraph.NumberingId">
Expand Down
160 changes: 160 additions & 0 deletions api/FileFormat.Words.IElements.ParagraphAlignment.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Enum ParagraphAlignment
| Words FileFormat </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Enum ParagraphAlignment
| Words FileFormat ">

<link rel="icon" href="../favicon.ico">
<link rel="stylesheet" href="../public/docfx.min.css">
<link rel="stylesheet" href="../public/main.css">
<meta name="docfx:navrel" content="../toc.html">
<meta name="docfx:tocrel" content="toc.html">

<meta name="docfx:rel" content="../">



<meta name="loc:inThisArticle" content="In this article">
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
<meta name="loc:tocFilter" content="Filter by title">
<meta name="loc:nextArticle" content="Next">
<meta name="loc:prevArticle" content="Previous">
<meta name="loc:themeLight" content="Light">
<meta name="loc:themeDark" content="Dark">
<meta name="loc:themeAuto" content="Auto">
<meta name="loc:changeTheme" content="Change theme">
<meta name="loc:copy" content="Copy">
</head>

<script type="module" src="./../public/docfx.min.js"></script>

<script>
const theme = localStorage.getItem('theme') || 'auto'
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
</script>


<body class="tex2jax_ignore" data-layout="" data-yaml-mime="ManagedReference">
<header class="bg-body border-bottom">
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
<div class="container-xxl flex-nowrap">
<a class="navbar-brand" href="../index.html">
<img id="logo" class="svg" src="../logo.svg" alt="FileFormat.Words">
FileFormat.Words
</a>
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
<i class="bi bi-three-dots"></i>
</button>
<div class="collapse navbar-collapse" id="navpanel">
<div id="navbar">
<form class="search" role="search" id="search">
<i class="bi bi-search"></i>
<input class="form-control" id="search-query" type="search" disabled="" placeholder="Search" autocomplete="off" aria-label="Search">
</form>
</div>
</div>
</div>
</nav>
</header>

<main class="container-xxl">
<div class="toc-offcanvas">
<div class="offcanvas-md offcanvas-start" tabindex="-1" id="tocOffcanvas" aria-labelledby="tocOffcanvasLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" data-bs-target="#tocOffcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<nav class="toc" id="toc"></nav>
</div>
</div>
</div>

<div class="content">
<div class="actionbar">
<button class="btn btn-lg border-0 d-md-none" style="margin-top: -.65em; margin-left: -.8em" type="button" data-bs-toggle="offcanvas" data-bs-target="#tocOffcanvas" aria-controls="tocOffcanvas" aria-expanded="false" aria-label="Show table of contents">
<i class="bi bi-list"></i>
</button>

<nav id="breadcrumb"></nav>
</div>

<article data-uid="FileFormat.Words.IElements.ParagraphAlignment">




<h1 id="FileFormat_Words_IElements_ParagraphAlignment" data-uid="FileFormat.Words.IElements.ParagraphAlignment" class="text-break">
Enum ParagraphAlignment

</h1>

<div class="facts text-secondary">
<dl><dt>Namespace</dt><dd><a class="xref" href="FileFormat.html">FileFormat</a>.<a class="xref" href="FileFormat.Words.html">Words</a>.<a class="xref" href="FileFormat.Words.IElements.html">IElements</a></dd></dl>
<dl><dt>Assembly</dt><dd>FileFormat.Words.dll</dd></dl>
</div>

<div class="markdown summary"><p>Specifies the alignment of a paragraph within a text block or document.</p>
</div>
<div class="markdown conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public enum ParagraphAlignment</code></pre>
</div>









<h2 id="fields">Fields
</h2>
<dl class="parameters">
<dt id="FileFormat_Words_IElements_ParagraphAlignment_Center"><code>Center = 1</code></dt>
<dd><p>Centers the paragraph within the available space.</p>
</dd>
<dt id="FileFormat_Words_IElements_ParagraphAlignment_Justify"><code>Justify = 3</code></dt>
<dd><p>Justifies the text within the paragraph, aligning both the left and right edges.</p>
</dd>
<dt id="FileFormat_Words_IElements_ParagraphAlignment_Left"><code>Left = 0</code></dt>
<dd><p>Aligns the paragraph to the left.</p>
</dd>
<dt id="FileFormat_Words_IElements_ParagraphAlignment_Right"><code>Right = 2</code></dt>
<dd><p>Aligns the paragraph to the right.</p>
</dd>
</dl>



</article>

<div class="contribution d-print-none">
</div>


</div>

<div class="affix">
<nav id="affix"></nav>
</div>
</main>

<div class="container-xxl search-results" id="search-results"></div>

<footer class="border-top">
<div class="container-xxl">
<div class="flex-fill">
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
</div>
</div>
</footer>
</body>
</html>
10 changes: 9 additions & 1 deletion api/FileFormat.Words.IElements.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3 id="classes">
</dl>
<dl class="jumplist">
<dt><a class="xref" href="FileFormat.Words.IElements.Indentation.html">Indentation</a></dt>
<dd><p>Represents the Indentation of a Word Paragraph</p>
<dd><p>Represents the indentation settings for a paragraph.</p>
</dd>
</dl>
<dl class="jumplist">
Expand Down Expand Up @@ -176,6 +176,14 @@ <h3 id="interfaces">
<dd><p>Represents an element in a Word document.</p>
</dd>
</dl>
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="FileFormat.Words.IElements.ParagraphAlignment.html">ParagraphAlignment</a></dt>
<dd><p>Specifies the alignment of a paragraph within a text block or document.</p>
</dd>
</dl>


</article>
Expand Down
11 changes: 0 additions & 11 deletions api/FileFormat.Words.Table.InsideHorizontalBorder.html

This file was deleted.

11 changes: 0 additions & 11 deletions api/FileFormat.Words.Table.TableCellWidth.html

This file was deleted.

7 changes: 6 additions & 1 deletion api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ <h3 id="classes-1">Classes</h3>
<li><a href="FileFormat.Words.IElements.Headings.html">Headings</a></li>
<li><a href="FileFormat.Words.IElements.IElement.html">IElement</a></li>
<li><a href="FileFormat.Words.IElements.Image.html">Image</a></li>
<li><a href="FileFormat.Words.IElements.Indentation.html">Indentation</a></li>
<li><a href="FileFormat.Words.IElements.PageMargin.html">PageMargin</a></li>
<li><a href="FileFormat.Words.IElements.PageSize.html">PageSize</a></li>
<li><a href="FileFormat.Words.IElements.Paragraph.html">Paragraph</a></li>
Expand All @@ -113,7 +114,11 @@ <h3 id="classes-1">Classes</h3>
</ul>
<h3 id="interfaces">Interfaces</h3>
<ul>
<li><a href="FileFormat.Words.IElements.IElement.html">FileFormat.Words.IElement</a></li>
<li><a href="FileFormat.Words.IElements.IElement.html">IElement</a></li>
</ul>
<h3 id="enums">Enums</h3>
<ul>
<li><a href="FileFormat.Words.IElements.ParagraphAlignment.html">ParagraphAlignment</a></li>
</ul>

</article>
Expand Down
Loading

0 comments on commit 2dff12a

Please sign in to comment.