Added ( and Page Size) to the section property dialog for the checkbox to use MS Word Margins.
Changed logic for embedding ROs (Tables, Plots and Images) within a MSWord section. If the Word Section is set to use MSWord Margins (and Page Size) the locations of the embeded ROs will be determined from the physical location on the page rather than the offset from the margins.
This commit is contained in:
@@ -987,7 +987,7 @@ namespace VEPROMS
|
||||
this.cbKeepWordDocMargins.Name = "cbKeepWordDocMargins";
|
||||
this.cbKeepWordDocMargins.Size = new System.Drawing.Size(223, 21);
|
||||
this.cbKeepWordDocMargins.TabIndex = 59;
|
||||
this.cbKeepWordDocMargins.Text = "Keep Word Document Margins";
|
||||
this.cbKeepWordDocMargins.Text = "Keep Word Document Margins (and Page Size)";
|
||||
this.cbKeepWordDocMargins.UseVisualStyleBackColor = false;
|
||||
this.cbKeepWordDocMargins.Visible = false;
|
||||
this.cbKeepWordDocMargins.CheckedChanged += new System.EventHandler(this.cbKeepWordDocMargins_CheckedChanged);
|
||||
|
Reference in New Issue
Block a user