C# Class Aspose.Words.Examples.CSharp.Programming_Documents.Working_With_Document.Common

Show file Open project: aspose-words/Aspose.Words-for-.NET

Public Methods

Method Description
ExtractContent ( Node startNode, Node endNode, bool isInclusive ) : ArrayList
GenerateDocument ( Document srcDoc, ArrayList nodes ) : Document
ParagraphsByStyleName ( Document doc, string styleName ) : ArrayList

Private Methods

Method Description
IsInline ( Node node ) : bool
ProcessMarker ( CompositeNode cloneNode, ArrayList nodes, Node node, bool isInclusive, bool isStartMarker, bool isEndMarker ) : void
VerifyParameterNodes ( Node startNode, Node endNode ) : void

Method Details

ExtractContent() public static method

public static ExtractContent ( Node startNode, Node endNode, bool isInclusive ) : ArrayList
startNode Node
endNode Node
isInclusive bool
return System.Collections.ArrayList

GenerateDocument() public static method

public static GenerateDocument ( Document srcDoc, ArrayList nodes ) : Document
srcDoc Document
nodes System.Collections.ArrayList
return Document

ParagraphsByStyleName() public static method

public static ParagraphsByStyleName ( Document doc, string styleName ) : ArrayList
doc Document
styleName string
return System.Collections.ArrayList