Exemplo n.º 1
0
 public Style()
 {
     RunFormatting         = new RunFormatting();
     ComputedRunFormatting = new RunFormatting();
 }
Exemplo n.º 2
0
        public IRunFormatting MergeFormatting(IRunFormatting nestedFormatting)
        {
            RunFormatting newFormatting = new RunFormatting();

            return(newFormatting);
        }