Interface NWCTXTText

interface NWCTXTText {
    fields: {
        Font?: string;
        Placement?: string;
        Pos?: number;
        Text?: string;
        Wide?: boolean;
    };
    name: "Text";
}

Properties

Properties

fields: {
    Font?: string;
    Placement?: string;
    Pos?: number;
    Text?: string;
    Wide?: boolean;
}

Type declaration

  • Optional Font?: string

    Example

    "StaffItalic"
    

    Example

    "StaffBold"
    

    Example

    "PageText"
    
  • Optional Placement?: string

    Example

    "AsStaffSignature"
    
  • Optional Pos?: number

    Example

    -7
    
  • Optional Text?: string

    Example

    "Andante"
    
  • Optional Wide?: boolean

    Example

    true
    
name: "Text"

Generated using TypeDoc