r0 = [0.0, 0.0, 0.5, 0.5, 0.25, 0.25, 0.75, 0.75; ... 0.0, 0.5, 0.0, 0.5, 0.25, 0.75, 0.25, 0.75; ... 0.0, 0.5, 0.5, 0.0, 0.25, 0.75, 0.75, 0.25].'; ...
// Path to the folder that contains the input DOTM template and where the output will be saved. string dataDir = @"C:\Docs\"; // Load the existing DOTM document. // This uses the Document(string) ...