Beispiel #1
0
 /// <summary>
 /// Prepares this renderer by collecting Information for font and color table.
 /// </summary>
 private void Prepare()
 {
     this.listList.Clear();
     ListInfoRenderer.Clear();
     ListInfoOverrideRenderer.Clear();
     CollectTables(this.document);
 }