From 2dff12a9e2937341e261b8305de7297e390abd0b Mon Sep 17 00:00:00 2001 From: "muhammad.sabir" Date: Sun, 31 Mar 2024 05:16:58 +0500 Subject: [PATCH] Updated API Docs to 24.3.0 --- .DS_Store | Bin 0 -> 6148 bytes ...ileFormat.Words.IElements.Indentation.html | 10 +- api/FileFormat.Words.IElements.Paragraph.html | 72 +++++++- ...at.Words.IElements.ParagraphAlignment.html | 160 ++++++++++++++++++ api/FileFormat.Words.IElements.html | 10 +- ...at.Words.Table.InsideHorizontalBorder.html | 11 -- ...FileFormat.Words.Table.TableCellWidth.html | 11 -- api/index.html | 7 +- api/toc.html | 3 + api/toc.json | 2 +- articles/intro.html | 11 -- index.json | 13 +- manifest.json | 12 +- xrefmap.yml | 54 ++++++ 14 files changed, 326 insertions(+), 50 deletions(-) create mode 100644 .DS_Store create mode 100644 api/FileFormat.Words.IElements.ParagraphAlignment.html delete mode 100644 api/FileFormat.Words.Table.InsideHorizontalBorder.html delete mode 100644 api/FileFormat.Words.Table.TableCellWidth.html delete mode 100644 articles/intro.html diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..ce12022c3539791eddc81b5eea92faf4a638f67d GIT binary patch literal 6148 zcmeHKOHRZv41FGEQ8b%bvO&rTDsh7_>MU5WfeXNNM1@r70>Qc`;i~ZLm`|Zggb=bN z`*{*OPM$PL4L~-J`x9UdprR^@Iy0ifvr`KXJ|K#%(PF?oYTTloS?Dhg>E2hk!8M+2 z*B|>I&ibL<^}~)4q(_d4^^1ueq(aZrcGMaV%j$=X2P^6?1OR9K_AtjyT$>Xx)Sg@o+y!jBX{MNjPRpr4!>rzz7Kw4EzEEuTYjW1^@s6 literal 0 HcmV?d00001 diff --git a/api/FileFormat.Words.IElements.Indentation.html b/api/FileFormat.Words.IElements.Indentation.html index 2bb7e4c..38c3018 100644 --- a/api/FileFormat.Words.IElements.Indentation.html +++ b/api/FileFormat.Words.IElements.Indentation.html @@ -98,7 +98,7 @@

Represents the Indentation of a Word Paragraph

+

Represents the indentation settings for a paragraph.

@@ -191,7 +191,7 @@

Gets or sets the FirstLine indentation

+

Gets or sets the distance of the first line indentation.

@@ -223,7 +223,7 @@

Gets or sets the Hanging indentation

+

Gets or sets the distance of the hanging indentation.

@@ -255,7 +255,7 @@

Gets or sets the Left indentation

+

Gets or sets the distance of the left indentation.

@@ -287,7 +287,7 @@

Gets or sets the Right indentation

+

Gets or sets the distance of the right indentation.

diff --git a/api/FileFormat.Words.IElements.Paragraph.html b/api/FileFormat.Words.IElements.Paragraph.html index 7425864..aaacf0c 100644 --- a/api/FileFormat.Words.IElements.Paragraph.html +++ b/api/FileFormat.Words.IElements.Paragraph.html @@ -203,7 +203,7 @@

-
public string Alignment { get; set; }
+
public ParagraphAlignment Alignment { get; set; }
@@ -212,7 +212,7 @@

Property Value

-
string
+
ParagraphAlignment
@@ -262,7 +262,7 @@

Gets or sets indentation of the word paragraph

+

Gets or Sets Indentation of the word paragraph

@@ -287,6 +287,38 @@

Property Value

+ + +

+ IsAlphabeticNumber + +

+ +

Gets or sets whether the paragraph has alphabetic number bullets.

+
+
+ +
+
public bool IsAlphabeticNumber { get; set; }
+
+ + + + + +

Property Value

+
+
bool
+
+
+ + + + + + + +

@@ -326,7 +358,7 @@

Gets or sets whether the paragraph has numbering.

+

Gets or sets whether the paragraph has numbered bullets.

@@ -351,6 +383,38 @@

Property Value

+ + +

+ IsRoman + +

+ +

Gets or sets whether the paragraph has roman number bullets.

+
+
+ +
+
public bool IsRoman { get; set; }
+
+ + + + + +

Property Value

+
+
bool
+
+
+ + + + + + + +

diff --git a/api/FileFormat.Words.IElements.ParagraphAlignment.html b/api/FileFormat.Words.IElements.ParagraphAlignment.html new file mode 100644 index 0000000..f301bbc --- /dev/null +++ b/api/FileFormat.Words.IElements.ParagraphAlignment.html @@ -0,0 +1,160 @@ + + + + + Enum ParagraphAlignment + | Words FileFormat + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + + + +

+ Enum ParagraphAlignment + +

+ +
+
Namespace
FileFormat.Words.IElements
+
Assembly
FileFormat.Words.dll
+
+ +

Specifies the alignment of a paragraph within a text block or document.

+
+
+ +
+
public enum ParagraphAlignment
+
+ + + + + + + + + +

Fields +

+
+
Center = 1
+

Centers the paragraph within the available space.

+
+
Justify = 3
+

Justifies the text within the paragraph, aligning both the left and right edges.

+
+
Left = 0
+

Aligns the paragraph to the left.

+
+
Right = 2
+

Aligns the paragraph to the right.

+
+
+ + + +
+ +
+
+ + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/api/FileFormat.Words.IElements.html b/api/FileFormat.Words.IElements.html index d3cc7e5..eed0285 100644 --- a/api/FileFormat.Words.IElements.html +++ b/api/FileFormat.Words.IElements.html @@ -125,7 +125,7 @@

Indentation
-

Represents the Indentation of a Word Paragraph

+

Represents the indentation settings for a paragraph.

@@ -176,6 +176,14 @@

Represents an element in a Word document.

+

+Enums +

+
+
ParagraphAlignment
+

Specifies the alignment of a paragraph within a text block or document.

+
+
diff --git a/api/FileFormat.Words.Table.InsideHorizontalBorder.html b/api/FileFormat.Words.Table.InsideHorizontalBorder.html deleted file mode 100644 index e3b2595..0000000 --- a/api/FileFormat.Words.Table.InsideHorizontalBorder.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Redirecting... - - -

If you are not redirected, click here.

- - \ No newline at end of file diff --git a/api/FileFormat.Words.Table.TableCellWidth.html b/api/FileFormat.Words.Table.TableCellWidth.html deleted file mode 100644 index e3b2595..0000000 --- a/api/FileFormat.Words.Table.TableCellWidth.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Redirecting... - - -

If you are not redirected, click here.

- - \ No newline at end of file diff --git a/api/index.html b/api/index.html index 794e95e..2819c23 100644 --- a/api/index.html +++ b/api/index.html @@ -102,6 +102,7 @@

Classes

  • Headings
  • IElement
  • Image
  • +
  • Indentation
  • PageMargin
  • PageSize
  • Paragraph
  • @@ -113,7 +114,11 @@

    Classes

    Interfaces

    +

    Enums

    + diff --git a/api/toc.html b/api/toc.html index ef6bc52..f24dff2 100644 --- a/api/toc.html +++ b/api/toc.html @@ -66,6 +66,9 @@
  • Paragraph
  • +
  • + ParagraphAlignment +
  • Row
  • diff --git a/api/toc.json b/api/toc.json index c692e13..46339a3 100644 --- a/api/toc.json +++ b/api/toc.json @@ -1,2 +1,2 @@ -{"items":[{"name":"FileFormat.Words","href":"FileFormat.Words.html","topicHref":"FileFormat.Words.html","topicUid":"FileFormat.Words","items":[{"name":"Body","href":"FileFormat.Words.Body.html","topicHref":"FileFormat.Words.Body.html","topicUid":"FileFormat.Words.Body"},{"name":"Document","href":"FileFormat.Words.Document.html","topicHref":"FileFormat.Words.Document.html","topicUid":"FileFormat.Words.Document"},{"name":"FileFormatException","href":"FileFormat.Words.FileFormatException.html","topicHref":"FileFormat.Words.FileFormatException.html","topicUid":"FileFormat.Words.FileFormatException"}]},{"name":"FileFormat.Words.IElements","href":"FileFormat.Words.IElements.html","topicHref":"FileFormat.Words.IElements.html","topicUid":"FileFormat.Words.IElements","items":[{"name":"Cell","href":"FileFormat.Words.IElements.Cell.html","topicHref":"FileFormat.Words.IElements.Cell.html","topicUid":"FileFormat.Words.IElements.Cell"},{"name":"Colors","href":"FileFormat.Words.IElements.Colors.html","topicHref":"FileFormat.Words.IElements.Colors.html","topicUid":"FileFormat.Words.IElements.Colors"},{"name":"Column","href":"FileFormat.Words.IElements.Column.html","topicHref":"FileFormat.Words.IElements.Column.html","topicUid":"FileFormat.Words.IElements.Column"},{"name":"ElementStyles","href":"FileFormat.Words.IElements.ElementStyles.html","topicHref":"FileFormat.Words.IElements.ElementStyles.html","topicUid":"FileFormat.Words.IElements.ElementStyles"},{"name":"Headings","href":"FileFormat.Words.IElements.Headings.html","topicHref":"FileFormat.Words.IElements.Headings.html","topicUid":"FileFormat.Words.IElements.Headings"},{"name":"IElement","href":"FileFormat.Words.IElements.IElement.html","topicHref":"FileFormat.Words.IElements.IElement.html","topicUid":"FileFormat.Words.IElements.IElement"},{"name":"Image","href":"FileFormat.Words.IElements.Image.html","topicHref":"FileFormat.Words.IElements.Image.html","topicUid":"FileFormat.Words.IElements.Image"},{"name":"Indentation","href":"FileFormat.Words.IElements.Indentation.html","topicHref":"FileFormat.Words.IElements.Indentation.html","topicUid":"FileFormat.Words.IElements.Indentation"},{"name":"PageMargin","href":"FileFormat.Words.IElements.PageMargin.html","topicHref":"FileFormat.Words.IElements.PageMargin.html","topicUid":"FileFormat.Words.IElements.PageMargin"},{"name":"PageSize","href":"FileFormat.Words.IElements.PageSize.html","topicHref":"FileFormat.Words.IElements.PageSize.html","topicUid":"FileFormat.Words.IElements.PageSize"},{"name":"Paragraph","href":"FileFormat.Words.IElements.Paragraph.html","topicHref":"FileFormat.Words.IElements.Paragraph.html","topicUid":"FileFormat.Words.IElements.Paragraph"},{"name":"Row","href":"FileFormat.Words.IElements.Row.html","topicHref":"FileFormat.Words.IElements.Row.html","topicUid":"FileFormat.Words.IElements.Row"},{"name":"Run","href":"FileFormat.Words.IElements.Run.html","topicHref":"FileFormat.Words.IElements.Run.html","topicUid":"FileFormat.Words.IElements.Run"},{"name":"Section","href":"FileFormat.Words.IElements.Section.html","topicHref":"FileFormat.Words.IElements.Section.html","topicUid":"FileFormat.Words.IElements.Section"},{"name":"Table","href":"FileFormat.Words.IElements.Table.html","topicHref":"FileFormat.Words.IElements.Table.html","topicUid":"FileFormat.Words.IElements.Table"},{"name":"Unknown","href":"FileFormat.Words.IElements.Unknown.html","topicHref":"FileFormat.Words.IElements.Unknown.html","topicUid":"FileFormat.Words.IElements.Unknown"}]}],"memberLayout":"SamePage","pdf":true} +{"items":[{"name":"FileFormat.Words","href":"FileFormat.Words.html","topicHref":"FileFormat.Words.html","topicUid":"FileFormat.Words","items":[{"name":"Body","href":"FileFormat.Words.Body.html","topicHref":"FileFormat.Words.Body.html","topicUid":"FileFormat.Words.Body"},{"name":"Document","href":"FileFormat.Words.Document.html","topicHref":"FileFormat.Words.Document.html","topicUid":"FileFormat.Words.Document"},{"name":"FileFormatException","href":"FileFormat.Words.FileFormatException.html","topicHref":"FileFormat.Words.FileFormatException.html","topicUid":"FileFormat.Words.FileFormatException"}]},{"name":"FileFormat.Words.IElements","href":"FileFormat.Words.IElements.html","topicHref":"FileFormat.Words.IElements.html","topicUid":"FileFormat.Words.IElements","items":[{"name":"Cell","href":"FileFormat.Words.IElements.Cell.html","topicHref":"FileFormat.Words.IElements.Cell.html","topicUid":"FileFormat.Words.IElements.Cell"},{"name":"Colors","href":"FileFormat.Words.IElements.Colors.html","topicHref":"FileFormat.Words.IElements.Colors.html","topicUid":"FileFormat.Words.IElements.Colors"},{"name":"Column","href":"FileFormat.Words.IElements.Column.html","topicHref":"FileFormat.Words.IElements.Column.html","topicUid":"FileFormat.Words.IElements.Column"},{"name":"ElementStyles","href":"FileFormat.Words.IElements.ElementStyles.html","topicHref":"FileFormat.Words.IElements.ElementStyles.html","topicUid":"FileFormat.Words.IElements.ElementStyles"},{"name":"Headings","href":"FileFormat.Words.IElements.Headings.html","topicHref":"FileFormat.Words.IElements.Headings.html","topicUid":"FileFormat.Words.IElements.Headings"},{"name":"IElement","href":"FileFormat.Words.IElements.IElement.html","topicHref":"FileFormat.Words.IElements.IElement.html","topicUid":"FileFormat.Words.IElements.IElement"},{"name":"Image","href":"FileFormat.Words.IElements.Image.html","topicHref":"FileFormat.Words.IElements.Image.html","topicUid":"FileFormat.Words.IElements.Image"},{"name":"Indentation","href":"FileFormat.Words.IElements.Indentation.html","topicHref":"FileFormat.Words.IElements.Indentation.html","topicUid":"FileFormat.Words.IElements.Indentation"},{"name":"PageMargin","href":"FileFormat.Words.IElements.PageMargin.html","topicHref":"FileFormat.Words.IElements.PageMargin.html","topicUid":"FileFormat.Words.IElements.PageMargin"},{"name":"PageSize","href":"FileFormat.Words.IElements.PageSize.html","topicHref":"FileFormat.Words.IElements.PageSize.html","topicUid":"FileFormat.Words.IElements.PageSize"},{"name":"Paragraph","href":"FileFormat.Words.IElements.Paragraph.html","topicHref":"FileFormat.Words.IElements.Paragraph.html","topicUid":"FileFormat.Words.IElements.Paragraph"},{"name":"ParagraphAlignment","href":"FileFormat.Words.IElements.ParagraphAlignment.html","topicHref":"FileFormat.Words.IElements.ParagraphAlignment.html","topicUid":"FileFormat.Words.IElements.ParagraphAlignment"},{"name":"Row","href":"FileFormat.Words.IElements.Row.html","topicHref":"FileFormat.Words.IElements.Row.html","topicUid":"FileFormat.Words.IElements.Row"},{"name":"Run","href":"FileFormat.Words.IElements.Run.html","topicHref":"FileFormat.Words.IElements.Run.html","topicUid":"FileFormat.Words.IElements.Run"},{"name":"Section","href":"FileFormat.Words.IElements.Section.html","topicHref":"FileFormat.Words.IElements.Section.html","topicUid":"FileFormat.Words.IElements.Section"},{"name":"Table","href":"FileFormat.Words.IElements.Table.html","topicHref":"FileFormat.Words.IElements.Table.html","topicUid":"FileFormat.Words.IElements.Table"},{"name":"Unknown","href":"FileFormat.Words.IElements.Unknown.html","topicHref":"FileFormat.Words.IElements.Unknown.html","topicUid":"FileFormat.Words.IElements.Unknown"}]}],"memberLayout":"SamePage","pdf":true} diff --git a/articles/intro.html b/articles/intro.html deleted file mode 100644 index e0c1d8f..0000000 --- a/articles/intro.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - Redirecting... - - -

    If you are not redirected, click here.

    - - \ No newline at end of file diff --git a/index.json b/index.json index c2f3106..ed9eaeb 100644 --- a/index.json +++ b/index.json @@ -57,7 +57,7 @@ "api/FileFormat.Words.IElements.Indentation.html": { "href": "api/FileFormat.Words.IElements.Indentation.html", "title": "Class Indentation | Words FileFormat", - "keywords": "Class Indentation Namespace FileFormat.Words.IElements Assembly FileFormat.Words.dll Represents the Indentation of a Word Paragraph public class Indentation Inheritance object Indentation Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Constructors Indentation() public Indentation() Properties FirstLine Gets or sets the FirstLine indentation public double FirstLine { get; set; } Property Value double Hanging Gets or sets the Hanging indentation public double Hanging { get; set; } Property Value double Left Gets or sets the Left indentation public double Left { get; set; } Property Value double Right Gets or sets the Right indentation public double Right { get; set; } Property Value double" + "keywords": "Class Indentation Namespace FileFormat.Words.IElements Assembly FileFormat.Words.dll Represents the indentation settings for a paragraph. public class Indentation Inheritance object Indentation Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Constructors Indentation() public Indentation() Properties FirstLine Gets or sets the distance of the first line indentation. public double FirstLine { get; set; } Property Value double Hanging Gets or sets the distance of the hanging indentation. public double Hanging { get; set; } Property Value double Left Gets or sets the distance of the left indentation. public double Left { get; set; } Property Value double Right Gets or sets the distance of the right indentation. public double Right { get; set; } Property Value double" }, "api/FileFormat.Words.IElements.PageMargin.html": { "href": "api/FileFormat.Words.IElements.PageMargin.html", @@ -72,7 +72,12 @@ "api/FileFormat.Words.IElements.Paragraph.html": { "href": "api/FileFormat.Words.IElements.Paragraph.html", "title": "Class Paragraph | Words FileFormat", - "keywords": "Class Paragraph Namespace FileFormat.Words.IElements Assembly FileFormat.Words.dll Represents a paragraph element in a Word document. public class Paragraph : IElement Inheritance object Paragraph Implements IElement Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Constructors Paragraph() Initializes a new instance of the Paragraph class. public Paragraph() Properties Alignment Gets or Sets Alignment of the word paragraph public string Alignment { get; set; } Property Value string ElementId Gets the unique identifier of the paragraph. public int ElementId { get; } Property Value int Indentation Gets or sets indentation of the word paragraph public Indentation Indentation { get; set; } Property Value Indentation IsBullet Gets or sets whether the paragraph has bullet points. public bool IsBullet { get; set; } Property Value bool IsNumbered Gets or sets whether the paragraph has numbering. public bool IsNumbered { get; set; } Property Value bool NumberingId Gets or sets the numbering ID for the paragraph. public int? NumberingId { get; set; } Property Value int? NumberingLevel Gets or sets the numbering level for the paragraph. public int? NumberingLevel { get; set; } Property Value int? Runs Gets the list of runs (text fragments) within the paragraph. public List Runs { get; } Property Value List Style Gets or sets the style of the paragraph. public string Style { get; set; } Property Value string Text Gets or sets the text content of the paragraph. public string Text { get; } Property Value string Methods AddRun(Run) Adds a run (text fragment) to the paragraph and sets its parent paragraph. public void AddRun(Run run) Parameters run Run The run to add to the paragraph." + "keywords": "Class Paragraph Namespace FileFormat.Words.IElements Assembly FileFormat.Words.dll Represents a paragraph element in a Word document. public class Paragraph : IElement Inheritance object Paragraph Implements IElement Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Constructors Paragraph() Initializes a new instance of the Paragraph class. public Paragraph() Properties Alignment Gets or Sets Alignment of the word paragraph public ParagraphAlignment Alignment { get; set; } Property Value ParagraphAlignment ElementId Gets the unique identifier of the paragraph. public int ElementId { get; } Property Value int Indentation Gets or Sets Indentation of the word paragraph public Indentation Indentation { get; set; } Property Value Indentation IsAlphabeticNumber Gets or sets whether the paragraph has alphabetic number bullets. public bool IsAlphabeticNumber { get; set; } Property Value bool IsBullet Gets or sets whether the paragraph has bullet points. public bool IsBullet { get; set; } Property Value bool IsNumbered Gets or sets whether the paragraph has numbered bullets. public bool IsNumbered { get; set; } Property Value bool IsRoman Gets or sets whether the paragraph has roman number bullets. public bool IsRoman { get; set; } Property Value bool NumberingId Gets or sets the numbering ID for the paragraph. public int? NumberingId { get; set; } Property Value int? NumberingLevel Gets or sets the numbering level for the paragraph. public int? NumberingLevel { get; set; } Property Value int? Runs Gets the list of runs (text fragments) within the paragraph. public List Runs { get; } Property Value List Style Gets or sets the style of the paragraph. public string Style { get; set; } Property Value string Text Gets or sets the text content of the paragraph. public string Text { get; } Property Value string Methods AddRun(Run) Adds a run (text fragment) to the paragraph and sets its parent paragraph. public void AddRun(Run run) Parameters run Run The run to add to the paragraph." + }, + "api/FileFormat.Words.IElements.ParagraphAlignment.html": { + "href": "api/FileFormat.Words.IElements.ParagraphAlignment.html", + "title": "Enum ParagraphAlignment | Words FileFormat", + "keywords": "Enum ParagraphAlignment Namespace FileFormat.Words.IElements Assembly FileFormat.Words.dll Specifies the alignment of a paragraph within a text block or document. public enum ParagraphAlignment Fields Center = 1 Centers the paragraph within the available space. Justify = 3 Justifies the text within the paragraph, aligning both the left and right edges. Left = 0 Aligns the paragraph to the left. Right = 2 Aligns the paragraph to the right." }, "api/FileFormat.Words.IElements.Row.html": { "href": "api/FileFormat.Words.IElements.Row.html", @@ -102,7 +107,7 @@ "api/FileFormat.Words.IElements.html": { "href": "api/FileFormat.Words.IElements.html", "title": "IElements Namespace - Word Document Elements | Words FileFormat", - "keywords": "Namespace FileFormat.Words.IElements Classes Cell Represents a cell within a row of a table in a Word document. Colors Provides predefined colors with hexadecimal values. Column Represents column properties of a table in a Word document. ElementStyles Represents Styles associated with different elements. Headings Provides predefined heading styles. Image Represents an image element in a Word document. Indentation Represents the Indentation of a Word Paragraph PageMargin Represents the page margin properties of a section in a Word document. PageSize Represents the page size properties of a section in a Word document. Paragraph Represents a paragraph element in a Word document. Row Represents a row within a table in a Word document. Run Represents a run of text within a paragraph. Section Represents a section element in a Word document. Table Represents a table element in a Word document. Unknown Represents an unknown element in a Word document. Interfaces IElement Represents an element in a Word document." + "keywords": "Namespace FileFormat.Words.IElements Classes Cell Represents a cell within a row of a table in a Word document. Colors Provides predefined colors with hexadecimal values. Column Represents column properties of a table in a Word document. ElementStyles Represents Styles associated with different elements. Headings Provides predefined heading styles. Image Represents an image element in a Word document. Indentation Represents the indentation settings for a paragraph. PageMargin Represents the page margin properties of a section in a Word document. PageSize Represents the page size properties of a section in a Word document. Paragraph Represents a paragraph element in a Word document. Row Represents a row within a table in a Word document. Run Represents a run of text within a paragraph. Section Represents a section element in a Word document. Table Represents a table element in a Word document. Unknown Represents an unknown element in a Word document. Interfaces IElement Represents an element in a Word document. Enums ParagraphAlignment Specifies the alignment of a paragraph within a text block or document." }, "api/FileFormat.Words.html": { "href": "api/FileFormat.Words.html", @@ -112,7 +117,7 @@ "api/index.html": { "href": "api/index.html", "title": "FileFormat.Words Namespaces, Classes and Interfaces | Words FileFormat", - "keywords": "FileFormat.Words Namespaces, Classes and Interfaces FileFormat.Words Namespace Classes Body Document FileFormatException FileFormat.Words.IElements Namespace Classes Cell Colors Column ElementStyles Headings IElement Image PageMargin PageSize Paragraph Row Run Section Table Unknown Interfaces FileFormat.Words.IElement" + "keywords": "FileFormat.Words Namespaces, Classes and Interfaces FileFormat.Words Namespace Classes Body Document FileFormatException FileFormat.Words.IElements Namespace Classes Cell Colors Column ElementStyles Headings IElement Image Indentation PageMargin PageSize Paragraph Row Run Section Table Unknown Interfaces IElement Enums ParagraphAlignment" }, "articles/complexities.html": { "href": "articles/complexities.html", diff --git a/manifest.json b/manifest.json index 23be960..7292756 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "source_base_path": "/Users/muhammadsabir/Projects/docfx_project/24.2.0/API/docfx_project", + "source_base_path": "/Users/muhammadsabir/Projects/docfx_project/24.3.0/API/docfx_project", "xrefmap": "xrefmap.yml", "files": [ { @@ -160,6 +160,16 @@ }, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/FileFormat.Words.IElements.ParagraphAlignment.yml", + "output": { + ".html": { + "relative_path": "api/FileFormat.Words.IElements.ParagraphAlignment.html" + } + }, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/FileFormat.Words.IElements.Row.yml", diff --git a/xrefmap.yml b/xrefmap.yml index b741af2..e80df9f 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -1207,6 +1207,18 @@ references: commentId: Overload:FileFormat.Words.IElements.Paragraph.Indentation fullName: FileFormat.Words.IElements.Paragraph.Indentation nameWithType: Paragraph.Indentation +- uid: FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber + name: IsAlphabeticNumber + href: api/FileFormat.Words.IElements.Paragraph.html#FileFormat_Words_IElements_Paragraph_IsAlphabeticNumber + commentId: P:FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber + fullName: FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber + nameWithType: Paragraph.IsAlphabeticNumber +- uid: FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber* + name: IsAlphabeticNumber + href: api/FileFormat.Words.IElements.Paragraph.html#FileFormat_Words_IElements_Paragraph_IsAlphabeticNumber_ + commentId: Overload:FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber + fullName: FileFormat.Words.IElements.Paragraph.IsAlphabeticNumber + nameWithType: Paragraph.IsAlphabeticNumber - uid: FileFormat.Words.IElements.Paragraph.IsBullet name: IsBullet href: api/FileFormat.Words.IElements.Paragraph.html#FileFormat_Words_IElements_Paragraph_IsBullet @@ -1231,6 +1243,18 @@ references: commentId: Overload:FileFormat.Words.IElements.Paragraph.IsNumbered fullName: FileFormat.Words.IElements.Paragraph.IsNumbered nameWithType: Paragraph.IsNumbered +- uid: FileFormat.Words.IElements.Paragraph.IsRoman + name: IsRoman + href: api/FileFormat.Words.IElements.Paragraph.html#FileFormat_Words_IElements_Paragraph_IsRoman + commentId: P:FileFormat.Words.IElements.Paragraph.IsRoman + fullName: FileFormat.Words.IElements.Paragraph.IsRoman + nameWithType: Paragraph.IsRoman +- uid: FileFormat.Words.IElements.Paragraph.IsRoman* + name: IsRoman + href: api/FileFormat.Words.IElements.Paragraph.html#FileFormat_Words_IElements_Paragraph_IsRoman_ + commentId: Overload:FileFormat.Words.IElements.Paragraph.IsRoman + fullName: FileFormat.Words.IElements.Paragraph.IsRoman + nameWithType: Paragraph.IsRoman - uid: FileFormat.Words.IElements.Paragraph.NumberingId name: NumberingId href: api/FileFormat.Words.IElements.Paragraph.html#FileFormat_Words_IElements_Paragraph_NumberingId @@ -1291,6 +1315,36 @@ references: commentId: Overload:FileFormat.Words.IElements.Paragraph.Text fullName: FileFormat.Words.IElements.Paragraph.Text nameWithType: Paragraph.Text +- uid: FileFormat.Words.IElements.ParagraphAlignment + name: ParagraphAlignment + href: api/FileFormat.Words.IElements.ParagraphAlignment.html + commentId: T:FileFormat.Words.IElements.ParagraphAlignment + fullName: FileFormat.Words.IElements.ParagraphAlignment + nameWithType: ParagraphAlignment +- uid: FileFormat.Words.IElements.ParagraphAlignment.Center + name: Center + href: api/FileFormat.Words.IElements.ParagraphAlignment.html#FileFormat_Words_IElements_ParagraphAlignment_Center + commentId: F:FileFormat.Words.IElements.ParagraphAlignment.Center + fullName: FileFormat.Words.IElements.ParagraphAlignment.Center + nameWithType: ParagraphAlignment.Center +- uid: FileFormat.Words.IElements.ParagraphAlignment.Justify + name: Justify + href: api/FileFormat.Words.IElements.ParagraphAlignment.html#FileFormat_Words_IElements_ParagraphAlignment_Justify + commentId: F:FileFormat.Words.IElements.ParagraphAlignment.Justify + fullName: FileFormat.Words.IElements.ParagraphAlignment.Justify + nameWithType: ParagraphAlignment.Justify +- uid: FileFormat.Words.IElements.ParagraphAlignment.Left + name: Left + href: api/FileFormat.Words.IElements.ParagraphAlignment.html#FileFormat_Words_IElements_ParagraphAlignment_Left + commentId: F:FileFormat.Words.IElements.ParagraphAlignment.Left + fullName: FileFormat.Words.IElements.ParagraphAlignment.Left + nameWithType: ParagraphAlignment.Left +- uid: FileFormat.Words.IElements.ParagraphAlignment.Right + name: Right + href: api/FileFormat.Words.IElements.ParagraphAlignment.html#FileFormat_Words_IElements_ParagraphAlignment_Right + commentId: F:FileFormat.Words.IElements.ParagraphAlignment.Right + fullName: FileFormat.Words.IElements.ParagraphAlignment.Right + nameWithType: ParagraphAlignment.Right - uid: FileFormat.Words.IElements.Row name: Row href: api/FileFormat.Words.IElements.Row.html