iTextSharp.text.TabSettings.TabSettings C# (CSharp) Метод

TabSettings() публичный Метод

public TabSettings ( float tabInterval ) : System.Collections.Generic
tabInterval float
Результат System.Collections.Generic
        public TabSettings(float tabInterval)
        {
            this.tabInterval = tabInterval;
        }

Same methods

TabSettings::TabSettings ( ) : System.Collections.Generic
TabSettings::TabSettings ( List tabStops ) : System.Collections.Generic
TabSettings::TabSettings ( List tabStops, float tabInterval ) : System.Collections.Generic