Exemple #1
0
 /// <summary>
 /// Fluent language: return this, but the contents of the flow have exactly the specified line height in
 /// millipoints.
 /// </summary>
 public Flow ExactLineHeight(int mp)
 {
     AddSetter(AssembledStyles.LineHeightSetter(-mp));
     return(this);
 }