Search Results for

    Show / Hide Table of Contents

    Class NotePreferencesBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    NotePreferencesBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.CAE
    Assembly: NXOpen.dll
    Syntax
    public class NotePreferencesBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    NotePreferencesBuilder()

    Declaration
    protected NotePreferencesBuilder()

    Properties

    BackgroundColor

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

    EnableBackground

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

    FontGapFactor

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

    LetteringAngle

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

    LineGapFactor

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

    LockSizeAndPosition

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

    ParallelToScreen

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

    TextAspectRatio

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

    TextColor

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

    TextFont

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

    TextHeight

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

    TextJustification

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

    TextWidth

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

    Implements

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