修改进度报表
This commit is contained in:
@@ -389,10 +389,10 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
if (isbool)
|
||||
{
|
||||
builder.StartTable();
|
||||
builder.RowFormat.Alignment = Aspose.Words.Tables.RowAlignment.Center;
|
||||
//builder.RowFormat.Alignment = Aspose.Words.Tables.RowAlignment.Center;
|
||||
builder.CellFormat.Borders.LineStyle = LineStyle.Single;
|
||||
builder.CellFormat.Borders.Color = System.Drawing.Color.Black;
|
||||
builder.RowFormat.LeftIndent = 5;
|
||||
//builder.RowFormat.LeftIndent = 5;
|
||||
//builder.RowFormat.RightPadding = 50;
|
||||
builder.Bold = false;
|
||||
//builder.RowFormat.Height = 20;
|
||||
|
||||
Reference in New Issue
Block a user