Skip to content

Commit

Permalink
Update for 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadumargroupdocs committed Jan 18, 2024
1 parent 83ad141 commit e849b73
Show file tree
Hide file tree
Showing 10 changed files with 242 additions and 18 deletions.
5 changes: 5 additions & 0 deletions api/FileFormat.Slides.Common.Enumerations.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@ <h1 id="FileFormat_Slides_Common_Enumerations" data-uid="FileFormat.Slides.Commo
<h3 id="enums">
Enums
</h3>
<dl class="jumplist">
<dt><a class="xref" href="FileFormat.Slides.Common.Enumerations.ListType.html">ListType</a></dt>
<dd><p>Specifies the type of styled list</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="FileFormat.Slides.Common.Enumerations.TextAlignment.html">TextAlignment</a></dt>
<dd><p>Specifies the alignment of text elements.</p>
Expand Down
27 changes: 27 additions & 0 deletions api/FileFormat.Slides.Slide.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,33 @@ <h4 class="section">Returns</h4>



<a id="FileFormat_Slides_Slide_Update_" data-uid="FileFormat.Slides.Slide.Update*"></a>

<h3 id="FileFormat_Slides_Slide_Update" data-uid="FileFormat.Slides.Slide.Update">
Update()
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/Slide.cs/#L183"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Method to update a slide properties e.g. background color.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Update()</code></pre>
</div>














</article>

Expand Down
210 changes: 199 additions & 11 deletions api/FileFormat.Slides.StyledList.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,16 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>

<h1 id="FileFormat_Slides_StyledList" data-uid="FileFormat.Slides.StyledList" class="text-break">
Class StyledList
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L10"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L13"><i class="bi bi-code-slash"></i></a>
</h1>

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

<div class="markdown summary"></div>
<div class="markdown summary"><p>This class represents the text list with bullet style.</p>
</div>
<div class="markdown conceptual"></div>

<div class="codewrapper">
Expand Down Expand Up @@ -156,19 +157,24 @@ <h2 class="section" id="constructors">Constructors

<a id="FileFormat_Slides_StyledList__ctor_" data-uid="FileFormat.Slides.StyledList.#ctor*"></a>

<h3 id="FileFormat_Slides_StyledList__ctor" data-uid="FileFormat.Slides.StyledList.#ctor">
StyledList()
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L22"><i class="bi bi-code-slash"></i></a>
<h3 id="FileFormat_Slides_StyledList__ctor_FileFormat_Slides_Common_Enumerations_ListType_" data-uid="FileFormat.Slides.StyledList.#ctor(FileFormat.Slides.Common.Enumerations.ListType)">
StyledList(ListType)
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L37"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Constructor of StyledList class.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public StyledList()</code></pre>
<pre><code class="lang-csharp hljs">public StyledList(ListType type)</code></pre>
</div>

<h4 class="section">Parameters</h4>
<dl class="parameters">
<dt><code>type</code> <a class="xref" href="FileFormat.Slides.Common.Enumerations.ListType.html">ListType</a></dt>
<dd></dd>
</dl>



Expand All @@ -189,15 +195,15 @@ <h2 class="section" id="properties">Properties

<h3 id="FileFormat_Slides_StyledList_Facade" data-uid="FileFormat.Slides.StyledList.Facade">
Facade
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L18"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L28"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Property to get the facade of a styled list</p>
</div>
<div class="markdown level1 conceptual"></div>

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


Expand All @@ -217,11 +223,73 @@ <h4 class="section">Property Value</h4>



<a id="FileFormat_Slides_StyledList_FontFamily_" data-uid="FileFormat.Slides.StyledList.FontFamily*"></a>

<h3 id="FileFormat_Slides_StyledList_FontFamily" data-uid="FileFormat.Slides.StyledList.FontFamily">
FontFamily
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L30"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string FontFamily { 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.string">string</a></dt>
<dd></dd>
</dl>








<a id="FileFormat_Slides_StyledList_FontSize_" data-uid="FileFormat.Slides.StyledList.FontSize*"></a>

<h3 id="FileFormat_Slides_StyledList_FontSize" data-uid="FileFormat.Slides.StyledList.FontSize">
FontSize
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L31"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int FontSize { 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.int32">int</a></dt>
<dd></dd>
</dl>








<a id="FileFormat_Slides_StyledList_ListItems_" data-uid="FileFormat.Slides.StyledList.ListItems*"></a>

<h3 id="FileFormat_Slides_StyledList_ListItems" data-uid="FileFormat.Slides.StyledList.ListItems">
ListItems
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L14"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L24"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
Expand All @@ -248,6 +316,99 @@ <h4 class="section">Property Value</h4>



<a id="FileFormat_Slides_StyledList_ListType_" data-uid="FileFormat.Slides.StyledList.ListType*"></a>

<h3 id="FileFormat_Slides_StyledList_ListType" data-uid="FileFormat.Slides.StyledList.ListType">
ListType
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L21"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

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





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="FileFormat.Slides.Common.Enumerations.ListType.html">ListType</a></dt>
<dd></dd>
</dl>








<a id="FileFormat_Slides_StyledList_TextColor_" data-uid="FileFormat.Slides.StyledList.TextColor*"></a>

<h3 id="FileFormat_Slides_StyledList_TextColor" data-uid="FileFormat.Slides.StyledList.TextColor">
TextColor
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L29"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string TextColor { 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.string">string</a></dt>
<dd></dd>
</dl>








<a id="FileFormat_Slides_StyledList_TextShape_" data-uid="FileFormat.Slides.StyledList.TextShape*"></a>

<h3 id="FileFormat_Slides_StyledList_TextShape" data-uid="FileFormat.Slides.StyledList.TextShape">
TextShape
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L32"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>

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





<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><a class="xref" href="FileFormat.Slides.TextShape.html">TextShape</a></dt>
<dd></dd>
</dl>








<h2 class="section" id="methods">Methods
</h2>

Expand All @@ -256,7 +417,7 @@ <h2 class="section" id="methods">Methods

<h3 id="FileFormat_Slides_StyledList_AddListItem_System_String_" data-uid="FileFormat.Slides.StyledList.AddListItem(System.String)">
AddListItem(string)
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L31"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L47"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Method to add list items in styled list.</p>
Expand Down Expand Up @@ -285,11 +446,38 @@ <h4 class="section">Parameters</h4>



<a id="FileFormat_Slides_StyledList_Update_" data-uid="FileFormat.Slides.StyledList.Update*"></a>

<h3 id="FileFormat_Slides_StyledList_Update" data-uid="FileFormat.Slides.StyledList.Update">
Update()
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L54"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Method to update the styled list</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Update()</code></pre>
</div>














</article>

<div class="contribution d-print-none">
<a href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L10" class="edit-link">Edit this page</a>
<a href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/StyledList.cs/#L13" class="edit-link">Edit this page</a>
</div>


Expand Down
9 changes: 5 additions & 4 deletions api/FileFormat.Slides.TextShape.html
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ <h2 class="section" id="methods">Methods

<h3 id="FileFormat_Slides_TextShape_GetTextShapes_System_Collections_Generic_List_FileFormat_Slides_Facade_TextShapeFacade__" data-uid="FileFormat.Slides.TextShape.GetTextShapes(System.Collections.Generic.List{FileFormat.Slides.Facade.TextShapeFacade})">
GetTextShapes(List&lt;TextShapeFacade&gt;)
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/TextShape.cs/#L134"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/TextShape.cs/#L139"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Method for getting the list of text shapes.</p>
Expand Down Expand Up @@ -680,7 +680,7 @@ <h4 class="section">Returns</h4>

<h3 id="FileFormat_Slides_TextShape_Remove" data-uid="FileFormat.Slides.TextShape.Remove">
Remove()
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/TextShape.cs/#L171"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/TextShape.cs/#L196"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"><p>Method to remove the textshape of a slide.</p>
Expand All @@ -707,10 +707,11 @@ <h3 id="FileFormat_Slides_TextShape_Remove" data-uid="FileFormat.Slides.TextShap

<h3 id="FileFormat_Slides_TextShape_Update" data-uid="FileFormat.Slides.TextShape.Update">
Update()
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/TextShape.cs/#L107"><i class="bi bi-code-slash"></i></a>
<a class="header-action link-secondary" title="View source" href="https://github.com/umar320/FileFormat.Slides/blob/main/FileFormat.Slides/TextShape.cs/#L111"><i class="bi bi-code-slash"></i></a>
</h3>

<div class="markdown level1 summary"></div>
<div class="markdown level1 summary"><p>Method to update text shape.</p>
</div>
<div class="markdown level1 conceptual"></div>

<div class="codewrapper">
Expand Down
3 changes: 3 additions & 0 deletions api/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
<a href="FileFormat.Slides.Common.Enumerations.html" name="" title="FileFormat.Slides.Common.Enumerations">FileFormat.Slides.Common.Enumerations</a>

<ul class="nav level2">
<li>
<a href="FileFormat.Slides.Common.Enumerations.ListType.html" name="" title="ListType">ListType</a>
</li>
<li>
<a href="FileFormat.Slides.Common.Enumerations.TextAlignment.html" name="" title="TextAlignment">TextAlignment</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion api/toc.json
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

{"items":[{"name":"FileFormat.Slides","href":"FileFormat.Slides.html","topicHref":"FileFormat.Slides.html","topicUid":"FileFormat.Slides","items":[{"name":"Image","href":"FileFormat.Slides.Image.html","topicHref":"FileFormat.Slides.Image.html","topicUid":"FileFormat.Slides.Image"},{"name":"Presentation","href":"FileFormat.Slides.Presentation.html","topicHref":"FileFormat.Slides.Presentation.html","topicUid":"FileFormat.Slides.Presentation"},{"name":"Slide","href":"FileFormat.Slides.Slide.html","topicHref":"FileFormat.Slides.Slide.html","topicUid":"FileFormat.Slides.Slide"},{"name":"StyledList","href":"FileFormat.Slides.StyledList.html","topicHref":"FileFormat.Slides.StyledList.html","topicUid":"FileFormat.Slides.StyledList"},{"name":"TextSegment","href":"FileFormat.Slides.TextSegment.html","topicHref":"FileFormat.Slides.TextSegment.html","topicUid":"FileFormat.Slides.TextSegment"},{"name":"TextShape","href":"FileFormat.Slides.TextShape.html","topicHref":"FileFormat.Slides.TextShape.html","topicUid":"FileFormat.Slides.TextShape"}]},{"name":"FileFormat.Slides.Common","href":"FileFormat.Slides.Common.html","topicHref":"FileFormat.Slides.Common.html","topicUid":"FileFormat.Slides.Common","items":[{"name":"Colors","href":"FileFormat.Slides.Common.Colors.html","topicHref":"FileFormat.Slides.Common.Colors.html","topicUid":"FileFormat.Slides.Common.Colors"},{"name":"FileFormatException","href":"FileFormat.Slides.Common.FileFormatException.html","topicHref":"FileFormat.Slides.Common.FileFormatException.html","topicUid":"FileFormat.Slides.Common.FileFormatException"},{"name":"Utility","href":"FileFormat.Slides.Common.Utility.html","topicHref":"FileFormat.Slides.Common.Utility.html","topicUid":"FileFormat.Slides.Common.Utility"}]},{"name":"FileFormat.Slides.Common.Enumerations","href":"FileFormat.Slides.Common.Enumerations.html","topicHref":"FileFormat.Slides.Common.Enumerations.html","topicUid":"FileFormat.Slides.Common.Enumerations","items":[{"name":"TextAlignment","href":"FileFormat.Slides.Common.Enumerations.TextAlignment.html","topicHref":"FileFormat.Slides.Common.Enumerations.TextAlignment.html","topicUid":"FileFormat.Slides.Common.Enumerations.TextAlignment"}]}],"memberLayout":"SamePage","pdf":true}
{"items":[{"name":"FileFormat.Slides","href":"FileFormat.Slides.html","topicHref":"FileFormat.Slides.html","topicUid":"FileFormat.Slides","items":[{"name":"Image","href":"FileFormat.Slides.Image.html","topicHref":"FileFormat.Slides.Image.html","topicUid":"FileFormat.Slides.Image"},{"name":"Presentation","href":"FileFormat.Slides.Presentation.html","topicHref":"FileFormat.Slides.Presentation.html","topicUid":"FileFormat.Slides.Presentation"},{"name":"Slide","href":"FileFormat.Slides.Slide.html","topicHref":"FileFormat.Slides.Slide.html","topicUid":"FileFormat.Slides.Slide"},{"name":"StyledList","href":"FileFormat.Slides.StyledList.html","topicHref":"FileFormat.Slides.StyledList.html","topicUid":"FileFormat.Slides.StyledList"},{"name":"TextSegment","href":"FileFormat.Slides.TextSegment.html","topicHref":"FileFormat.Slides.TextSegment.html","topicUid":"FileFormat.Slides.TextSegment"},{"name":"TextShape","href":"FileFormat.Slides.TextShape.html","topicHref":"FileFormat.Slides.TextShape.html","topicUid":"FileFormat.Slides.TextShape"}]},{"name":"FileFormat.Slides.Common","href":"FileFormat.Slides.Common.html","topicHref":"FileFormat.Slides.Common.html","topicUid":"FileFormat.Slides.Common","items":[{"name":"Colors","href":"FileFormat.Slides.Common.Colors.html","topicHref":"FileFormat.Slides.Common.Colors.html","topicUid":"FileFormat.Slides.Common.Colors"},{"name":"FileFormatException","href":"FileFormat.Slides.Common.FileFormatException.html","topicHref":"FileFormat.Slides.Common.FileFormatException.html","topicUid":"FileFormat.Slides.Common.FileFormatException"},{"name":"Utility","href":"FileFormat.Slides.Common.Utility.html","topicHref":"FileFormat.Slides.Common.Utility.html","topicUid":"FileFormat.Slides.Common.Utility"}]},{"name":"FileFormat.Slides.Common.Enumerations","href":"FileFormat.Slides.Common.Enumerations.html","topicHref":"FileFormat.Slides.Common.Enumerations.html","topicUid":"FileFormat.Slides.Common.Enumerations","items":[{"name":"ListType","href":"FileFormat.Slides.Common.Enumerations.ListType.html","topicHref":"FileFormat.Slides.Common.Enumerations.ListType.html","topicUid":"FileFormat.Slides.Common.Enumerations.ListType"},{"name":"TextAlignment","href":"FileFormat.Slides.Common.Enumerations.TextAlignment.html","topicHref":"FileFormat.Slides.Common.Enumerations.TextAlignment.html","topicUid":"FileFormat.Slides.Common.Enumerations.TextAlignment"}]}],"memberLayout":"SamePage","pdf":true}
Binary file modified api/toc.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ul class="nav level1">
<li>
<span class="expand-stub"></span>
<a href="index.html" name="" title="FileFormat.Words for .NET">FileFormat.Words for .NET</a>
<a href="index.html" name="" title="FileFormat.Slides for .NET">FileFormat.Slides for .NET</a>

<ul class="nav level2">
<li>
Expand Down
Loading

0 comments on commit e849b73

Please sign in to comment.