[]
        
立即试用
(Showing Draft Content)

PresetTexture

Enum Class PresetTexture

java.lang.Object
java.lang.Enum<PresetTexture>
com.grapecity.documents.excel.drawing.PresetTexture
All Implemented Interfaces:
Serializable, Comparable<PresetTexture>, Constable

public enum PresetTexture extends Enum<PresetTexture>
指定用于填充形状的纹理。
  • Enum Constant Details

    • Papyrus

      public static final PresetTexture Papyrus
      指定纸莎草纸的纹理。
    • Canvas

      public static final PresetTexture Canvas
      指定画布纹理。
    • Denim

      public static final PresetTexture Denim
      指定牛仔布纹理。
    • WovenMat

      public static final PresetTexture WovenMat
      指定编织垫的纹理。
    • WaterDroplets

      public static final PresetTexture WaterDroplets
      指定水滴纹理。
    • PaperBag

      public static final PresetTexture PaperBag
      指定纸袋纹理。
    • FishFossil

      public static final PresetTexture FishFossil
      指定鱼化石纹理。
    • Sand

      public static final PresetTexture Sand
      指定沙子纹理。
    • GreenMarble

      public static final PresetTexture GreenMarble
      指定绿色大理石纹理。
    • WhiteMarble

      public static final PresetTexture WhiteMarble
      指定白色大理石纹理。
    • BrownMarble

      public static final PresetTexture BrownMarble
      指定棕色大理石纹理。
    • Granite

      public static final PresetTexture Granite
      指定花岗岩纹理。
    • Newsprint

      public static final PresetTexture Newsprint
      指定新闻纸的纹理。
    • RecycledPaper

      public static final PresetTexture RecycledPaper
      指定回收纸的纹理。
    • Parchment

      public static final PresetTexture Parchment
      指定羊皮纸的纹理。
    • Stationery

      public static final PresetTexture Stationery
      指定文具的纹理。
    • BlueTissuePaper

      public static final PresetTexture BlueTissuePaper
      指定蓝色的纸巾质地纹理。
    • PinkTissuePaper

      public static final PresetTexture PinkTissuePaper
      指定粉红色纸巾的质地。
    • PurpleMesh

      public static final PresetTexture PurpleMesh
      指定紫色网格纹理。
    • Bouquet

      public static final PresetTexture Bouquet
      指定花束的质地。
    • Cork

      public static final PresetTexture Cork
      指定软木纹理。
    • Walnut

      public static final PresetTexture Walnut
      指定核桃纹理。
    • Oak

      public static final PresetTexture Oak
      指定橡木纹理。
    • MediumWood

      public static final PresetTexture MediumWood
      指定中等木质纹理。
    • Mixed

      public static final PresetTexture Mixed
      仅用于一些特殊形状中。
  • Method Details

    • values

      public static PresetTexture[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PresetTexture valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null