ID

[Top]  [Chapter]  [Previous]  [Next]

This is the identification number of this style.

 

In case of number styles use it with WPAT_NumberStyle

 

          IWPAttrInterface Attr = Memo.TextAttr;

          IWPNumberStyle style;

           style = Memo.GetNumberStyle(-1,1,0); // Bullet

 

          if(style!=null)

           {

               style.TextA = "¢"; // after text = "."

               style.Font="WingDings";

               style.Indent = 360;

           }

           Attr.AttrSET((int)WPAT.NumberSTYLE, style.ID);

 

 

 


[id.htm]    Copyright © 2007 by WPCubed GmbH