public NodePageFormat(NodeFormatName formatName, NodePageMargin pageMargin) { this.FormatName = formatName; this.PageMargin = pageMargin; }
public NodePageFormat() { this.FormatName = new NodeFormatName(); this.PageMargin = new NodePageMargin(); }