Search Results for

    Show / Hide Table of Contents

    Class TableCellStyleBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TableCellStyleBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.Annotations
    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
    Type Description
    int

    BorderFont

    Declaration
    public int BorderFont { get; set; }
    Property Value
    Type Description
    int

    BorderLocation

    Declaration
    public TableCellStyleBuilder.BorderLocationType BorderLocation { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.BorderLocationType

    BorderWidth

    Declaration
    public int BorderWidth { get; set; }
    Property Value
    Type Description
    int

    CellFormatType

    Declaration
    public TableCellStyleBuilder.CellFormatTypes CellFormatType { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.CellFormatTypes

    DateFormatType

    Declaration
    public TableCellStyleBuilder.DateFormatTypes DateFormatType { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.DateFormatTypes

    Format

    Declaration
    [Obsolete("Deprecated in NX10.0.0.  Use NXOpen.Annotations.TableCellStyleBuilder.CellFormatType instead.")]
    public TableCellStyleBuilder.FormatType Format { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.FormatType

    IncrementIsPercentage

    Declaration
    public bool IncrementIsPercentage { get; set; }
    Property Value
    Type Description
    bool

    IncrementValue

    Declaration
    public double IncrementValue { get; set; }
    Property Value
    Type Description
    double

    IsAFormula

    Declaration
    public bool IsAFormula { get; set; }
    Property Value
    Type Description
    bool

    Precision

    Declaration
    public int Precision { get; set; }
    Property Value
    Type Description
    int

    Prefix

    Declaration
    public string Prefix { get; set; }
    Property Value
    Type Description
    string

    ProtectCell

    Declaration
    public bool ProtectCell { get; set; }
    Property Value
    Type Description
    bool

    ShowLeadingZeroes

    Declaration
    public bool ShowLeadingZeroes { get; set; }
    Property Value
    Type Description
    bool

    ShowTrailingZeroes

    Declaration
    public bool ShowTrailingZeroes { get; set; }
    Property Value
    Type Description
    bool

    SlantAngle

    Declaration
    public double SlantAngle { get; set; }
    Property Value
    Type Description
    double

    Suffix

    Declaration
    public string Suffix { get; set; }
    Property Value
    Type Description
    string

    TabDirection

    Declaration
    public TableCellStyleBuilder.TabDirectionType TabDirection { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.TabDirectionType

    TextAlignment

    Declaration
    public TableCellStyleBuilder.TextAlignmentType TextAlignment { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.TextAlignmentType

    TimeFormatType

    Declaration
    public TableCellStyleBuilder.TimeFormatTypes TimeFormatType { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.TimeFormatTypes

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    string

    ZeroDisplay

    Declaration
    public TableCellStyleBuilder.ZeroDisplayType ZeroDisplay { get; set; }
    Property Value
    Type Description
    TableCellStyleBuilder.ZeroDisplayType

    Methods

    GetFitMethods()

    Declaration
    public TableCellStyleBuilder.FitMethodType[] GetFitMethods()
    Returns
    Type Description
    FitMethodType[]

    SetFitMethods(FitMethodType[])

    Declaration
    public void SetFitMethods(TableCellStyleBuilder.FitMethodType[] fitMethods)
    Parameters
    Type Name Description
    FitMethodType[] fitMethods

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX