C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_with_Styles.ExtractContentBasedOnStyles

Afficher le fichier Open project: aspose-words/Aspose.Words-for-.NET

Méthodes publiques

Méthode Description
ParagraphsByStyleName ( Document doc, string styleName ) : ArrayList
Run ( ) : void
RunsByStyleName ( Document doc, string styleName ) : ArrayList

Method Details

ParagraphsByStyleName() public static méthode

public static ParagraphsByStyleName ( Document doc, string styleName ) : ArrayList
doc Document
styleName string
Résultat System.Collections.ArrayList

Run() public static méthode

public static Run ( ) : void
Résultat void

RunsByStyleName() public static méthode

public static RunsByStyleName ( Document doc, string styleName ) : ArrayList
doc Document
styleName string
Résultat System.Collections.ArrayList