C# Class ApiExamples.ExLists

Inheritance: ApiExampleBase
Datei anzeigen Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
OutlineHeadingTemplates ( ) : void
PrintOutAllLists ( ) : void

Private Methods

Method Description
AddListSample ( DocumentBuilder builder, Aspose list ) : void
AddOutlineHeadingParagraphs ( DocumentBuilder builder, Aspose list, string title ) : void
ApplyDefaultBulletsAndNumbers ( ) : void
ApplyExistingListToParagraphs ( ) : void
ApplyNewListToParagraphs ( ) : void
CreateAndUseListStyle ( ) : void
CreateCustomList ( ) : void
CreateListRestartAfterHigher ( ) : void
CreatePictureBullet ( ) : void
DetectBulletedParagraphs ( ) : void
GetListLabels ( ) : void
ListDocument ( ) : void
ListFormatListLevel ( ) : void
NestedLists ( ) : void
OutlineHeadingTemplatesCaller ( ) : void
ParagraphStyleBulleted ( ) : void
PrintOutAllListsCaller ( ) : void
RemoveBulletsFromParagraphs ( ) : void
RestartNumberingUsingListCopy ( ) : void
SpecifyListLevel ( ) : void

Method Details

OutlineHeadingTemplates() public method

public OutlineHeadingTemplates ( ) : void
return void

PrintOutAllLists() public method

public PrintOutAllLists ( ) : void
return void