diff --git a/api/FileFormat.Slides.Common.Enumerations.TextAlignment.html b/api/FileFormat.Slides.Common.Enumerations.TextAlignment.html index 2a5c208..c42e6bc 100644 --- a/api/FileFormat.Slides.Common.Enumerations.TextAlignment.html +++ b/api/FileFormat.Slides.Common.Enumerations.TextAlignment.html @@ -123,6 +123,8 @@

Fields
Left = 0
+
None = 3
+
Right = 1
diff --git a/api/FileFormat.Slides.Presentation.html b/api/FileFormat.Slides.Presentation.html index 95d3504..999ade4 100644 --- a/api/FileFormat.Slides.Presentation.html +++ b/api/FileFormat.Slides.Presentation.html @@ -250,7 +250,7 @@

ExtractAndSaveImages(string) - +

Extract and save images of a presentation into a director

@@ -283,7 +283,7 @@

Parameters

GetSlides() - +

Method to get the list of all slides of a presentation

@@ -321,7 +321,7 @@

Examp

InsertSlideAt(int, Slide) - +

Method to insert a slide at a specific index

@@ -409,7 +409,7 @@

RemoveSlide(int) - +

Method to remove a slide at a specific index

@@ -453,7 +453,7 @@

Save() - +

Method to save the new or changed presentation.

diff --git a/api/FileFormat.Slides.Slide.html b/api/FileFormat.Slides.Slide.html index 0d04d54..53d35a9 100644 --- a/api/FileFormat.Slides.Slide.html +++ b/api/FileFormat.Slides.Slide.html @@ -159,7 +159,7 @@

Constructors

Slide() - +

Constructor for the Slide class.

@@ -189,7 +189,7 @@

Remarks

Slide(bool) - +

@@ -220,11 +220,43 @@

Properties

+ + +

+ BackgroundColor + +

+ +

Property to set background color of a slide.

+
+
+ +
+
public string BackgroundColor { get; set; }
+
+ + + + + +

Property Value

+
+
string
+
+
+ + + + + + + +

Images - +

Property contains the list of all images within a slide.

@@ -256,7 +288,7 @@

Property Value

RelationshipId - +

Property for the relationship Id.

@@ -288,7 +320,7 @@

Property Value

SlideFacade - +

Property for respective Slide Facade.

@@ -320,7 +352,7 @@

Property Value

SlideIndex - +

Property to hold the index of the slide.

@@ -352,7 +384,7 @@

Property Value

TextShapes - +

Property contains the list of all text shapes.

@@ -388,7 +420,7 @@

Methods

AddImage(Image) - +

Method to add images to a slide.

@@ -421,7 +453,7 @@

Parameters

AddTextShapes(TextShape) - +

Method to add a text shape in a slide.

@@ -450,11 +482,44 @@

Parameters

+ + +

+ AddTextShapes(TextShape, List<TextSegment>) + +

+ +
+
+ +
+
public void AddTextShapes(TextShape textShape, List<TextSegment> textSegments)
+
+ +

Parameters

+
+
textShape TextShape
+
+
textSegments List<TextSegment>
+
+
+ + + + + + + + + + + +

GetTextShapesByText(string) - +

Get text shapes by searching a text term.

diff --git a/api/FileFormat.Slides.StyledList.html b/api/FileFormat.Slides.StyledList.html new file mode 100644 index 0000000..45f8a10 --- /dev/null +++ b/api/FileFormat.Slides.StyledList.html @@ -0,0 +1,313 @@ + + + + + Class StyledList + | FileFormat.Slides + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + + +

+ Class StyledList + +

+ +
+
Namespace
FileFormat.Slides
+
Assembly
FileFormat.Slides.dll
+
+ +
+
+ +
+
public class StyledList
+
+ + + + +
+
Inheritance
+
+ +
StyledList
+
+
+ + + +
+
Inherited Members
+
+ + + + + + + +
+ + + + + + +

Constructors +

+ + + + +

+ StyledList() + +

+ +

Constructor of StyledList class.

+
+
+ +
+
public StyledList()
+
+ + + + + + + + + + + + + +

Properties +

+ + + + +

+ Facade + +

+ +

Property to get the facade of a styled list

+
+
+ +
+
public ListFacade Facade { get; }
+
+ + + + + +

Property Value

+
+
ListFacade
+
+
+ + + + + + + + + + +

+ ListItems + +

+ +
+
+ +
+
public List<string> ListItems { get; set; }
+
+ + + + + +

Property Value

+
+
List<string>
+
+
+ + + + + + + + +

Methods +

+ + + + +

+ AddListItem(string) + +

+ +

Method to add list items in styled list.

+
+
+ +
+
public void AddListItem(string text)
+
+ +

Parameters

+
+
text string
+

It accepts text as list item

+
+
+ + + + + + + + + + + + + +
+ + + + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/api/FileFormat.Slides.TextSegment.html b/api/FileFormat.Slides.TextSegment.html new file mode 100644 index 0000000..07cc2ca --- /dev/null +++ b/api/FileFormat.Slides.TextSegment.html @@ -0,0 +1,443 @@ + + + + + Class TextSegment + | FileFormat.Slides + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+
+
+
Table of Contents
+ +
+
+ +
+
+
+ +
+
+ + + +
+ +
+ + + +

+ Class TextSegment + +

+ +
+
Namespace
FileFormat.Slides
+
Assembly
FileFormat.Slides.dll
+
+ +

This class represents the text segment within a paragraph.

+
+
+ +
+
public class TextSegment
+
+ + + + +
+
Inheritance
+
+ +
TextSegment
+
+
+ + + +
+
Inherited Members
+
+ + + + + + + +
+ + + + + + +

Properties +

+ + + + +

+ Bold + +

+ +

Property to make bold the text segment.

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

Property Value

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

+ Color + +

+ +

Property to set color the text segment.

+
+
+ +
+
public string Color { get; set; }
+
+ + + + + +

Property Value

+
+
string
+
+
+ + + + + + + + + + +

+ Facade + +

+ +

Property to get facade of text segment.

+
+
+ +
+
public TextSegmentFacade Facade { get; }
+
+ + + + + +

Property Value

+
+
TextSegmentFacade
+
+
+ + + + + + + + + + +

+ FontFamily + +

+ +

Property to set font family.

+
+
+ +
+
public string FontFamily { get; set; }
+
+ + + + + +

Property Value

+
+
string
+
+
+ + + + + + + + + + +

+ FontSize + +

+ +

Property to set or get the font size of the text segment

+
+
+ +
+
public int FontSize { get; set; }
+
+ + + + + +

Property Value

+
+
int
+
+
+ + + + + + + + + + +

+ Italic + +

+ +

Property to make Italic the text segment.

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

Property Value

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

+ Text + +

+ +

Property to set the text of the text segment.

+
+
+ +
+
public string Text { get; set; }
+
+ + + + + +

Property Value

+
+
string
+
+
+ + + + + + + + +

Methods +

+ + + + +

+ create() + +

+ +

Method to create text segment.

+
+
+ +
+
public TextSegment create()
+
+ + +

Returns

+
+
TextSegment
+
+
+ + + + + + + + + + + + +
+ + + + +
+ +
+ +
+
+ +
+ +
+
+
+ Made with docfx +
+
+
+ + diff --git a/api/FileFormat.Slides.TextShape.html b/api/FileFormat.Slides.TextShape.html index 9f224cd..ae3317d 100644 --- a/api/FileFormat.Slides.TextShape.html +++ b/api/FileFormat.Slides.TextShape.html @@ -159,7 +159,7 @@

Constructors

TextShape() - +

Constructor of the TextShape class inititalizes the object of TextShapeFacade and populate its fields.

@@ -190,7 +190,7 @@

Properties

Alignment - +

Property to get or set alignment of the shape.

@@ -218,11 +218,43 @@

Property Value

+ + +

+ BackgroundColor + +

+ +

Property to set or get background color of a text shape.

+
+
+ +
+
public string BackgroundColor { get; set; }
+
+ + + + + +

Property Value

+
+
string
+
+
+ + + + + + + +

Facade - +

Property to get or set the TextShapeFacade.

@@ -254,7 +286,7 @@

Property Value

FontFamily - +

Property to get or set the font family of the text shape.

@@ -286,7 +318,7 @@

Property Value

FontSize - +

Property to set or get the font size of the Text Shape.

@@ -318,7 +350,7 @@

Property Value

Height - +

Property to get or set height of the shape.

@@ -350,7 +382,7 @@

Property Value

ShapeIndex - +

Property to get or set the shape index within a slide.

@@ -382,7 +414,7 @@

Property Value

Text - +

Property to set or get the text of the shape.

@@ -414,7 +446,7 @@

Property Value

TextColor - +

Property to get or set the text color of the text shape.

@@ -442,11 +474,75 @@

Property Value

+ + +

+ TextList + +

+ +

Property to set or get styled list of a text shape.

+
+
+ +
+
public StyledList TextList { get; set; }
+
+ + + + + +

Property Value

+
+
StyledList
+
+
+ + + + + + + + + + +

+ TextSegments + +

+ +

Property to set or get text segments within a text shape.

+
+
+ +
+
public List<TextSegment> TextSegments { get; set; }
+
+ + + + + +

Property Value

+
+
List<TextSegment>
+
+
+ + + + + + + +

Width - +

Property to get or set width of the shape.

@@ -478,7 +574,7 @@

Property Value

X - +

Property to get or set X coordinate of the shape

@@ -510,7 +606,7 @@

Property Value

Y - +

Property to get or set Y coordinate of the shape.

@@ -546,7 +642,7 @@

Methods

GetTextShapes(List<TextShapeFacade>) - +

Method for getting the list of text shapes.

@@ -554,12 +650,12 @@

-
public static List<TextShape> GetTextShapes(List<TextShapeFacade> textShapeFacade)
+
public static List<TextShape> GetTextShapes(List<TextShapeFacade> textShapeFacades)

Parameters

-
textShapeFacade List<TextShapeFacade>
+
textShapeFacades List<TextShapeFacade>

An object of TextShapeFacade.

@@ -584,7 +680,7 @@

Returns

Remove() - +

Method to remove the textshape of a slide.

@@ -611,7 +707,7 @@

Update() - +

diff --git a/api/FileFormat.Slides.html b/api/FileFormat.Slides.html index 6da0cb4..75d8d91 100644 --- a/api/FileFormat.Slides.html +++ b/api/FileFormat.Slides.html @@ -109,6 +109,15 @@

Slide

Represents the slide object within a presentatction

+
+
+
+
StyledList
+
+
+
+
TextSegment
+

This class represents the text segment within a paragraph.

diff --git a/api/toc.html b/api/toc.html index d677c19..a4b3e23 100644 --- a/api/toc.html +++ b/api/toc.html @@ -26,6 +26,12 @@
  • Slide
  • +
  • + StyledList +
  • +
  • + TextSegment +
  • TextShape
  • diff --git a/api/toc.json b/api/toc.json index 881e1ed..fbf1462 100644 --- a/api/toc.json +++ b/api/toc.json @@ -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":"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":"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} diff --git a/api/toc.pdf b/api/toc.pdf index f3f0e0f..7e20ce0 100644 Binary files a/api/toc.pdf and b/api/toc.pdf differ diff --git a/docs/toc.pdf b/docs/toc.pdf index b42595a..4f4b10b 100644 Binary files a/docs/toc.pdf and b/docs/toc.pdf differ