All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.vod.model.business.FontShadowOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: volcengine/vod/business/vod_workflow.proto

package com.volcengine.service.vod.model.business;

public interface FontShadowOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.FontShadow)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string Color = 1;
   * @return The color.
   */
  java.lang.String getColor();
  /**
   * string Color = 1;
   * @return The bytes for color.
   */
  com.google.protobuf.ByteString
      getColorBytes();

  /**
   * int32 OffsetX = 2;
   * @return The offsetX.
   */
  int getOffsetX();

  /**
   * int32 OffsetY = 3;
   * @return The offsetY.
   */
  int getOffsetY();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy