Search Results for

    Show / Hide Table of Contents

    Class TableCellStyleBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    TableCellStyleBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    System.Int32

    BorderFont

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

    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
    System.Int32

    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
    System.Boolean

    IncrementValue

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

    IsAFormula

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

    Precision

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

    Prefix

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

    ProtectCell

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

    ShowLeadingZeroes

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

    ShowTrailingZeroes

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

    SlantAngle

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

    Suffix

    Declaration
    public string Suffix { get; set; }
    Property Value
    Type Description
    System.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
    System.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
    TableCellStyleBuilder.FitMethodType[]

    SetFitMethods(TableCellStyleBuilder.FitMethodType[])

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

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX