ProcessParagraphParams constructor

ProcessParagraphParams(
  1. XmlElement paragraphElement,
  2. List<Relationship> relationShips,
  3. String wordOutputDirectory,
  4. List<Styles> stylesList,
  5. Document wordDocument,
)

Implementation

ProcessParagraphParams(this.paragraphElement, this.relationShips, this.wordOutputDirectory, this.stylesList, this.wordDocument);