Class TableCellStyleBuilder
Inheritance
TableCellStyleBuilder
Assembly: NXOpen.dll
Syntax
public class TableCellStyleBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
TableCellStyleBuilder()
Declaration
protected TableCellStyleBuilder()
Properties
BorderColor
Declaration
public int BorderColor { get; set; }
Property Value
BorderFont
Declaration
public int BorderFont { get; set; }
Property Value
BorderLocation
Declaration
public TableCellStyleBuilder.BorderLocationType BorderLocation { get; set; }
Property Value
BorderWidth
Declaration
public int BorderWidth { get; set; }
Property Value
Declaration
public TableCellStyleBuilder.CellFormatTypes CellFormatType { get; set; }
Property Value
Declaration
public TableCellStyleBuilder.DateFormatTypes DateFormatType { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in NX10.0.0. Use NXOpen.Annotations.TableCellStyleBuilder.CellFormatType instead.")]
public TableCellStyleBuilder.FormatType Format { get; set; }
Property Value
IncrementIsPercentage
Declaration
public bool IncrementIsPercentage { get; set; }
Property Value
IncrementValue
Declaration
public double IncrementValue { get; set; }
Property Value
Declaration
public bool IsAFormula { get; set; }
Property Value
Precision
Declaration
public int Precision { get; set; }
Property Value
Prefix
Declaration
public string Prefix { get; set; }
Property Value
ProtectCell
Declaration
public bool ProtectCell { get; set; }
Property Value
ShowLeadingZeroes
Declaration
public bool ShowLeadingZeroes { get; set; }
Property Value
ShowTrailingZeroes
Declaration
public bool ShowTrailingZeroes { get; set; }
Property Value
SlantAngle
Declaration
public double SlantAngle { get; set; }
Property Value
Suffix
Declaration
public string Suffix { get; set; }
Property Value
TabDirection
Declaration
public TableCellStyleBuilder.TabDirectionType TabDirection { get; set; }
Property Value
TextAlignment
Declaration
public TableCellStyleBuilder.TextAlignmentType TextAlignment { get; set; }
Property Value
Declaration
public TableCellStyleBuilder.TimeFormatTypes TimeFormatType { get; set; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
ZeroDisplay
Declaration
public TableCellStyleBuilder.ZeroDisplayType ZeroDisplay { get; set; }
Property Value
Methods
GetFitMethods()
Declaration
public TableCellStyleBuilder.FitMethodType[] GetFitMethods()
Returns
SetFitMethods(FitMethodType[])
Declaration
public void SetFitMethods(TableCellStyleBuilder.FitMethodType[] fitMethods)
Parameters
Validate()
Declaration
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink