NovaCloud-EN
    NovaCloud-EN
    • API Access Guide
    • Common HTTP Status Codes
    • VNNOX
      • Player
        • Player Management
          • Obtain player list
        • Obtaining Player Status
          • Obtaining Basic Player Information
          • Obtaining Player Configuration Status
      • Solutions
        • Emergency Insertion
          • Single-Page Emergency Insertion Solutions
          • Canceling Emergency Insertion Solutions
        • Program widget examples
          • Hand-drawn clock widget
          • Text component
          • RSS component
          • WEATHER - Simple Weather Component
          • ANALOG_WEATHER - Basic Weather Component
          • ANALOG_WEATHER - Basic Weather Component
          • Weather widget
          • Environmental Monitoring widget
        • Common Solutions
        • Offline Export
        • Over-specification Detection Switching
        • Program Over-specification Detection
      • Real-Time Control
        • NTP Time Synchronization
        • Synchronous playback
        • Brightness Adjustment
        • Screenshots
        • Volume Adjustment
        • Video Source Switching
        • Screen Status
        • Restart Players
        • Screen Power
      • Scheduled Control
        • Scheduled Screen Status
        • Scheduled Restart Players
        • Scheduled Volume Adjustment
        • Scheduled Brightness Adjustment
        • Scheduled Video Source Switching
      • Logs
        • Play Logs
          • Batch Searching for Play Log Overviews
          • Batch Searching for Play Log Details
          • Searching for the Play Log Detail of a Single Player
          • Searching for the Play Log Overview of a Single Player
        • Obtaining Control Command Execution Logs
      • Notifications
        • Video Source Change Notifications
        • Solution Change Notifications
    • VNNOXCare
      • Notes
      • Device Status Monitoring
        • Receiving Card
          • Topology Information
          • Basic Information
          • Monitoring Information
          • Alarm Information
        • Screen
          • Screen list
          • Screen detail
          • Monitoring Information
        • Master Controller
          • Basic Information
          • Alarm Information
          • Operating Parameters Information
        • Smart Module
          • Monitoring Information
          • Alarm Infomation
        • Input Source
          • Monitor Infomation
        • Module/Cabinet
          • Monitoring Information
        • Monitoring Card
          • Alarm Information
          • Monitoring Information
        • Camera
          • Camera configuration
          • The camera monitors the aggregated information
      • Brightness Log
        • Brightness History
    • Others
      • Third-Party System Authorization
        • Obtaining User List
        • Obtaining Login URL
    • Schemas
      • Scheduled plan item
      • Player Common Solution
      • Hand drawn digital clock
      • Environmental Monitoring item
      • Solution widgets base
      • Text component
      • RSS component
      • WEATHER - Simple Weather Component
      • ANALOG_WEATHER - Basic Weather Component
      • ADVANCED_WEATHER - Advanced Weather Component

    Text component

    {
        "horizontalAlignment": "LEFT",
        "verticalAlignment": "TOP",
        "displayType": "string",
        "scrollAttribute": {
            "animation": "string",
            "speed": 1
        },
        "pageSwitchAttribute": {
            "inAnimation": {},
            "remainDuration": 0
        },
        "backgroundColor": "#00000000",
        "lines": [
            {
                "textAttributes": [
                    {
                        "content": "string",
                        "fontFamily": "Arial",
                        "fontSize": 9,
                        "textColor": "string",
                        "isBold": false,
                        "isUnderline": false,
                        "backgroundColor": "#00000000"
                    }
                ]
            }
        ]
    }
    Built with