We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb6309 commit 945292cCopy full SHA for 945292c
1 file changed
FileFormat.Words/OpenXML.Words.cs
@@ -531,8 +531,7 @@ private string MapJustificationToAlignment(WP.JustificationValues justificationV
531
case WP.JustificationValues.Center:
532
return "Center";
533
case WP.JustificationValues.Right:
534
- return "Right";
535
- // Add more cases as needed
+ return "Right";
536
default:
537
return "Left";
538
}
0 commit comments