AODL.Document.Styles.ListLevelStyle.AddTextPropertie C# (CSharp) Méthode

AddTextPropertie() private méthode

Add the TextPropertie, necessary if the list is a bullet list.
private AddTextPropertie ( ) : void
Résultat void
		private void AddTextPropertie()
		{
			this.TextProperties				= new TextProperties(this);
			this.TextProperties.FontName	= "StarSymbol";
		}