aligned method
Returns a copy with the specified alignment.
Implementation
DocxParagraph aligned(DocxAlign newAlign) {
return copyWith(align: newAlign);
}
Returns a copy with the specified alignment.
DocxParagraph aligned(DocxAlign newAlign) {
return copyWith(align: newAlign);
}