BorderValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 BorderValues 枚举。
public enum BorderValues
public readonly struct BorderValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.BorderValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.BorderValues>
type BorderValues =
type BorderValues = struct
interface IEnumValue
interface IEnumValueFactory<BorderValues>
Public Enum BorderValues
Public Structure BorderValues
Implements IEnumValue, IEnumValueFactory(Of BorderValues), IEquatable(Of BorderValues)
- 继承
-
BorderValues
- 继承
-
BorderValues
字段
名称 | 值 | 说明 |
---|---|---|
Nil | 0 | 无边框。 当项序列化为 xml 时,其值为“nil”。 |
None | 1 | 无边框。 当项序列化为 xml 时,其值为“none”。 |
Single | 2 | 单线边框。 将项序列化为 xml 时,其值为“single”。 |
Thick | 3 | 单线边框。 当项序列化为 xml 时,其值为“thick”。 |
Double | 4 | 双线边框。 当项序列化为 xml 时,其值为“double”。 |
Dotted | 5 | 虚线边框。 当项序列化为 xml 时,其值将“虚线”。 |
Dashed | 6 | 虚线边框。 当项序列化为 xml 时,其值将“虚线”。 |
DotDash | 7 | 点划线边框。 当项序列化为 xml 时,其值为“dotDash”。 |
DotDotDash | 8 | 点点短划线边框。 当项序列化为 xml 时,其值为“dotDotDash”。 |
Triple | 9 | 三线边框。 当项序列化为 xml 时,其值为“triple”。 |
ThinThickSmallGap | 10 | 细、粗线边框。 当项序列化为 xml 时,其值为“thinThickSmallGap”。 |
ThickThinSmallGap | 11 | 粗细线边框。 当项序列化为 xml 时,其值为“thickThinSmallGap”。 |
ThinThickThinSmallGap | 12 | 细、粗、细线边框。 将项序列化为 xml 时,其值为“thinThickThinSmallGap”。 |
ThinThickMediumGap | 13 | 细、粗线边框。 当项序列化为 xml 时,其值为“thinThickMediumGap”。 |
ThickThinMediumGap | 14 | 粗细线边框。 当项序列化为 xml 时,其值为“thickThinMediumGap”。 |
ThinThickThinMediumGap | 15 | 细、粗、细线边框。 当项序列化为 xml 时,其值为“thinThickThinMediumGap”。 |
ThinThickLargeGap | 16 | 细、粗线边框。 当项序列化为 xml 时,其值为“thinThickLargeGap”。 |
ThickThinLargeGap | 17 | 粗细线边框。 当项序列化为 xml 时,其值为“thickThinLargeGap”。 |
ThinThickThinLargeGap | 18 | 细、粗、细线边框。 当项序列化为 xml 时,其值为“thinThickThinLargeGap”。 |
Wave | 19 | 波浪线边框。 当项序列化为 xml 时,其值为“wave”。 |
DoubleWave | 20 | 双波线边框。 当项序列化为 xml 时,其值为“doubleWave”。 |
DashSmallGap | 21 | 虚线边框。 当项序列化为 xml 时,其值为“dashSmallGap”。 |
DashDotStroked | 22 | 短划线点笔划线边框。 当项序列化为 xml 时,其值为“dashDotStroked”。 |
ThreeDEmboss | 23 | 3D 浮雕线条边框。 当项序列化为 xml 时,其值为“threeDEmboss”。 |
ThreeDEngrave | 24 | 3D 刻线边框。 当项序列化为 xml 时,其值为“threeDEngrave”。 |
Outset | 25 | 开始线边框。 当项序列化为 xml 时,其值为“outset”。 |
Inset | 26 | 嵌入线条边框。 当项序列化为 xml 时,其值为“inset”。 |
Apples | 27 | 苹果艺术边框。 当项序列化为 xml 时,其值为“apples”。 |
ArchedScallops | 28 | 拱形扇贝艺术边框。 当项序列化为 xml 时,其值为“archedScallops”。 |
BabyPacifier | 29 | 婴儿奶奶器艺术边框。 当项序列化为 xml 时,其值为“babyPacifier”。 |
BabyRattle | 30 | 婴儿拉特尔艺术边界。 当项目序列化为 xml 时,其值为“babyRattle”。 |
Balloons3Colors | 31 | 三色气球艺术边框。 将项序列化为 xml 时,其值为“balloons3Colors”。 |
BalloonsHotAir | 32 | 热气球艺术边界。 当项序列化为 xml 时,其值为“balloonsHotAir”。 |
BasicBlackDashes | 33 | 黑色短划线艺术边框。 当项序列化为 xml 时,其值为“basicBlackDashes”。 |
BasicBlackDots | 34 | 黑点艺术边框。 当项序列化为 xml 时,其值为“basicBlackDots”。 |
BasicBlackSquares | 35 | 黑色方形艺术边框。 当项序列化为 xml 时,其值为“basicBlackSquares”。 |
BasicThinLines | 36 | 细线艺术边框。 当项序列化为 xml 时,其值为“basicThinLines”。 |
BasicWhiteDashes | 37 | 白色短划线艺术边框。 当项序列化为 xml 时,其值为“basicWhiteDashes”。 |
BasicWhiteDots | 38 | 白色点艺术边框。 当项序列化为 xml 时,其值为“basicWhiteDots”。 |
BasicWhiteSquares | 39 | 白色方块艺术边框。 当项序列化为 xml 时,其值为“basicWhiteSquares”。 |
BasicWideInline | 40 | 宽内联艺术边框。 当项序列化为 xml 时,其值为“basicWideInline”。 |
BasicWideMidline | 41 | 宽中线艺术边框。 将项序列化为 xml 时,其值为“basicWideMidline”。 |
BasicWideOutline | 42 | 宽轮廓艺术边框。 当项序列化为 xml 时,其值为“basicWideOutline”。 |
Bats | 43 | 蝙蝠艺术边框。 当项序列化为 xml 时,其值为“bats”。 |
Birds | 44 | 鸟类艺术边界。 当项序列化为 xml 时,其值为“birds”。 |
BirdsFlight | 45 | 鸟飞艺术边界。 当项序列化为 xml 时,其值为“birdsFlight”。 |
Cabins | 46 | 机舱艺术边框。 当项序列化为 xml 时,其值为“cabins”。 |
CakeSlice | 47 | 蛋糕艺术边框。 当项序列化为 xml 时,其值为“cakeSlice”。 |
CandyCorn | 48 | 坎迪玉米艺术边框。 当项序列化为 xml 时,其值为“candyCorn”。 |
CelticKnotwork | 49 | 结工作艺术边框。 当项序列化为 xml 时,其值为“celticKnotwork”。 |
CertificateBanner | 50 | 证书横幅艺术边框。 当项序列化为 xml 时,其值为“certificateBanner”。 |
ChainLink | 51 | 链链接艺术边框。 当项序列化为 xml 时,其值为“chainLink”。 |
ChampagneBottle | 52 | 香槟瓶艺术边框。 当项目序列化为 xml 时,其值为“champagneBottle”。 |
CheckedBarBlack | 53 | 黑白酒吧艺术边框。 当项序列化为 xml 时,其值为“checkedBarBlack”。 |
CheckedBarColor | 54 | 彩色复选条艺术边框。 当项序列化为 xml 时,其值为“checkedBarColor”。 |
Checkered | 55 | 棋盘艺术边框。 当项序列化为 xml 时,其值为“checkered”。 |
ChristmasTree | 56 | 圣诞树艺术边框。 当项目序列化为 xml 时,其值为“christmasTree”。 |
CirclesLines | 57 | 圆形和线条艺术边框。 当项序列化为 xml 时,其值为“circlesLines”。 |
CirclesRectangles | 58 | 圆形和矩形艺术边框。 当项序列化为 xml 时,其值为“circlesRectangles”。 |
ClassicalWave | 59 | 波浪艺术边框。 当项序列化为 xml 时,其值为“classicalWave”。 |
Clocks | 60 | 时钟艺术边框。 当项序列化为 xml 时,其值为“clocks”。 |
Compass | 61 | 指南针艺术边框。 当项序列化为 xml 时,其值为“compass”。 |
Confetti | 62 | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“五彩纸屑”。 |
ConfettiGrays | 63 | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“confettiGrays”。 |
ConfettiOutline | 64 | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“confettiOutline”。 |
ConfettiStreamers | 65 | 五彩纸屑流艺术边框。 当项序列化为 xml 时,其值为“confettiStreamers”。 |
ConfettiWhite | 66 | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“confettiWhite”。 |
CornerTriangles | 67 | 角三角形艺术边框。 当项序列化为 xml 时,其值为“cornerTriangles”。 |
CouponCutoutDashes | 68 | 虚线艺术边框。 当项目序列化为 xml 时,其值为“couponCutoutDashes”。 |
CouponCutoutDots | 69 | 虚线艺术边框。 当项目序列化为 xml 时,其值为“couponCutoutDots”。 |
CrazyMaze | 70 | Maze 艺术边框。 当项序列化为 xml 时,其值为“crazyMaze”。 |
CreaturesButterfly | 71 | 蝴蝶艺术边框。 当项序列化为 xml 时,其值为“creaturesButterfly”。 |
CreaturesFish | 72 | 鱼艺术边框。 当项序列化为 xml 时,其值为“creaturesFish”。 |
CreaturesInsects | 73 | 昆虫艺术边界。 当项序列化为 xml 时,其值为“creaturesInsects”。 |
CreaturesLadyBug | 74 | Ladybug 艺术边框。 当项序列化为 xml 时,其值为“creaturesLadyBug”。 |
CrossStitch | 75 | 交叉缝合艺术边框。 将项序列化为 xml 时,其值为“crossStitch”。 |
Cup | 76 | 丘比特艺术边框。 当项序列化为 xml 时,其值为“cup”。 |
DecoArch | 77 | 拱门艺术边框。 当项序列化为 xml 时,其值为“decoArch”。 |
DecoArchColor | 78 | 彩色拱门艺术边框。 当项序列化为 xml 时,其值为“decoArchColor”。 |
DecoBlocks | 79 | 阻止艺术边框。 当项序列化为 xml 时,其值为“decoBlocks”。 |
DiamondsGray | 80 | 灰色钻石艺术边框。 当项序列化为 xml 时,其值为“diamondsGray”。 |
DoubleD | 81 | 双 D 艺术边框。 当项序列化为 xml 时,其值为“doubleD”。 |
DoubleDiamonds | 82 | 钻石艺术边框。 当项序列化为 xml 时,其值为“doubleDiamonds”。 |
Earth1 | 83 | 地球艺术边框。 当项序列化为 xml 时,其值为“earth1”。 |
Earth2 | 84 | 地球艺术边框。 当项序列化为 xml 时,其值为“earth2”。 |
EclipsingSquares1 | 85 | 阴影方形艺术边框。 当项序列化为 xml 时,其值为“eclipsingSquares1”。 |
EclipsingSquares2 | 86 | 阴影方形艺术边框。 当项序列化为 xml 时,其值为“eclipsingSquares2”。 |
EggsBlack | 87 | 彩绘蛋艺术边框。 当项序列化为 xml 时,其值为“eggsBlack”。 |
Fans | 88 | 粉丝艺术边框。 当项序列化为 xml 时,其值为“fans”。 |
Film | 89 | 电影卷轴艺术边框。 当项序列化为 xml 时,其值为“film”。 |
Firecrackers | 90 | 鞭炮艺术边界。 当项序列化为 xml 时,其值为“鞭炮”。 |
FlowersBlockPrint | 91 | 鲜花艺术边框。 当项序列化为 xml 时,其值为“flowersBlockPrint”。 |
FlowersDaisies | 92 | 雏菊艺术边框。 当项序列化为 xml 时,其值为“flowersDaisies”。 |
FlowersModern1 | 93 | 鲜花艺术边框。 将项序列化为 xml 时,其值为“flowersModern1”。 |
FlowersModern2 | 94 | 鲜花艺术边框。 将项序列化为 xml 时,其值为“flowersModern2”。 |
FlowersPansy | 95 | 潘斯艺术边框。 当项序列化为 xml 时,其值为“flowersPansy”。 |
FlowersRedRose | 96 | 红玫瑰艺术边框。 当项序列化为 xml 时,其值为“flowersRedRose”。 |
FlowersRoses | 97 | 玫瑰艺术边框。 当项序列化为 xml 时,其值为“flowersRoses”。 |
FlowersTeacup | 98 | 茶杯艺术边界中的花。 当项序列化为 xml 时,其值为“flowersTeacup”。 |
FlowersTiny | 99 | 小花艺术边框。 当项序列化为 xml 时,其值为“flowersTiny”。 |
Gems | 100 | 宝石艺术边界。 当项序列化为 xml 时,其值为“gems”。 |
GingerbreadMan | 101 | 姜饼人艺术边界。 当项目序列化为 xml 时,其值为“gingerbreadMan”。 |
Gradient | 102 | 三角形渐变艺术边框。 当项序列化为 xml 时,其值为“gradient”。 |
Handmade1 | 103 | 手工艺术边框。 当项序列化为 xml 时,其值为“handmade1”。 |
Handmade2 | 104 | 手工艺术边框。 将项序列化为 xml 时,其值为“handmade2”。 |
HeartBalloon | 105 | Heart-Shaped 气球艺术边框。 当项序列化为 xml 时,其值为“heartBalloon”。 |
HeartGray | 106 | 灰色心脏艺术边框。 当项序列化为 xml 时,其值为“heartGray”。 |
Hearts | 107 | 红心艺术边框。 当项序列化为 xml 时,其值为“hearts”。 |
HeebieJeebies | 108 | 图案艺术边框。 当项序列化为 xml 时,其值为“heebieJeebies”。 |
Holly | 109 | Holly Art Border。 当项序列化为 xml 时,其值为“holly”。 |
HouseFunky | 110 | 房屋艺术边框。 当项序列化为 xml 时,其值为“houseFunky”。 |
Hypnotic | 111 | 圆形艺术边框。 当项序列化为 xml 时,其值为“hypnotic”。 |
IceCreamCones | 112 | 冰淇淋锥艺术边框。 当项序列化为 xml 时,其值为“iceCreamCones”。 |
LightBulb | 113 | 灯泡艺术边框。 当项序列化为 xml 时,其值为“lightBulb”。 |
Lightning1 | 114 | 闪电艺术边框。 将项序列化为 xml 时,其值为“lightning1”。 |
Lightning2 | 115 | 闪电艺术边框。 当项序列化为 xml 时,其值为“lightning2”。 |
MapPins | 116 | 地图图钉艺术边框。 当项序列化为 xml 时,其值为“mapPins”。 |
MapleLeaf | 117 | 枫叶艺术边框。 当项序列化为 xml 时,其值为“mapleLeaf”。 |
MapleMuffins | 118 | 松饼艺术边框。 当项序列化为 xml 时,其值为“mapleMuffins”。 |
Marquee | 119 | 选框艺术边框。 将项序列化为 xml 时,其值为“marquee”。 |
MarqueeToothed | 120 | 选框艺术边框。 将项序列化为 xml 时,其值为“marqueeToothed”。 |
Moons | 121 | 月亮艺术边框。 当项序列化为 xml 时,其值为“moons”。 |
Mosaic | 122 | 马赛克艺术边框。 当项序列化为 xml 时,其值为“马赛克”。 |
MusicNotes | 123 | 音乐笔记艺术边框。 当项目序列化为 xml 时,其值为“musicNotes”。 |
Northwest | 124 | 图案艺术边框。 当项序列化为 xml 时,其值为“northwest”。 |
Ovals | 125 | 椭圆艺术边框。 当项序列化为 xml 时,其值为“椭圆”。 |
Packages | 126 | 包艺术边框。 当项序列化为 xml 时,其值为“packages”。 |
PalmsBlack | 127 | 黑棕榈树艺术边框。 当项序列化为 xml 时,其值为“palmsBlack”。 |
PalmsColor | 128 | 彩色棕榈树艺术边框。 当项序列化为 xml 时,其值为“palmsColor”。 |
PaperClips | 129 | 剪贴画边框。 当项目序列化为 xml 时,其值为“回形针”。 |
Papyrus | 130 | 纸莎草艺术边框。 当项序列化为 xml 时,其值为“papyrus”。 |
PartyFavor | 131 | 派对偏爱艺术边框。 当项序列化为 xml 时,其值为“partyFavor”。 |
PartyGlass | 132 | 派对玻璃艺术边框。 当项序列化为 xml 时,其值为“partyGlass”。 |
Pencils | 133 | 铅笔艺术边框。 当项目序列化为 xml 时,其值为“pencils”。 |
People | 134 | 字符艺术边框。 当项序列化为 xml 时,其值为“people”。 |
PeopleWaving | 135 | 挥动字符边框。 当项序列化为 xml 时,其值为“peopleWaving”。 |
PeopleHats | 136 | 带帽子艺术边框的字符。 当项序列化为 xml 时,其值为“peopleHats”。 |
Poinsettias | 137 | 波因塞蒂亚艺术边框。 当项序列化为 xml 时,其值为“poinsettias”。 |
PostageStamp | 138 | 邮票艺术边框。 当项序列化为 xml 时,其值为“postageStamp”。 |
Pumpkin1 | 139 | 南瓜艺术边框。 当项序列化为 xml 时,其值为“pumpkin1”。 |
PushPinNote2 | 140 | 推送图钉艺术边框。 当项目序列化为 xml 时,其值为“pushPinNote2”。 |
PushPinNote1 | 141 | 推送图钉艺术边框。 当项目序列化为 xml 时,其值为“pushPinNote1”。 |
Pyramids | 142 | 金字塔艺术边框。 当项序列化为 xml 时,其值为“pyramids”。 |
PyramidsAbove | 143 | 金字塔艺术边框。 当项序列化为 xml 时,其值为“pyramidsAbove”。 |
Quadrants | 144 | 象限艺术边框。 将项序列化为 xml 时,其值为“象限”。 |
Rings | 145 | 戒指艺术边框。 当项序列化为 xml 时,其值为“ring”。 |
Safari | 146 | Safari 艺术边框。 当项序列化为 xml 时,其值为“safari”。 |
Sawtooth | 147 | 锯牙艺术边框。 当项序列化为 xml 时,其值为“sawtooth”。 |
SawtoothGray | 148 | 灰色锯齿艺术边框。 当项序列化为 xml 时,其值为“sawtoothGray”。 |
ScaredCat | 149 | 害怕的猫艺术边界。 当项序列化为 xml 时,其值为“scaredCat”。 |
Seattle | 150 | 伞艺术边框。 当项序列化为 xml 时,其值为“seattle”。 |
ShadowedSquares | 151 | 阴影方块艺术边框。 将项序列化为 xml 时,其值为“shadowedSquares”。 |
SharksTeeth | 152 | 鲨鱼牙艺术边框。 当项序列化为 xml 时,其值为“sharksTeeth”。 |
ShorebirdTracks | 153 | 鸟跟踪艺术边框。 当项序列化为 xml 时,其值为“shorebirdTracks”。 |
Skyrocket | 154 | 火箭艺术边框。 当项序列化为 xml 时,其值为“skyrocket”。 |
SnowflakeFancy | 155 | 雪花艺术边框。 当项序列化为 xml 时,其值为“snowflakeFancy”。 |
Snowflakes | 156 | 雪花艺术边框。 当项序列化为 xml 时,其值为“snowflakes”。 |
Sombrero | 157 | 索姆布雷罗艺术边框。 当项序列化为 xml 时,其值为“sombrero”。 |
Southwest | 158 | 西南主题艺术边界。 当项序列化为 xml 时,其值为“southwest”。 |
Stars | 159 | 明星艺术边框。 当项序列化为 xml 时,其值为“stars”。 |
StarsTop | 160 | 顶级艺术边界上的星星。 当项序列化为 xml 时,其值为“starsTop”。 |
Stars3d | 161 | 三维星艺术边界。 当项序列化为 xml 时,其值为“stars3d”。 |
StarsBlack | 162 | 明星艺术边框。 当项序列化为 xml 时,其值为“starsBlack”。 |
StarsShadowed | 163 | 带有阴影艺术边框的星星。 当项序列化为 xml 时,其值为“starsShadowed”。 |
Sun | 164 | 太阳艺术边框。 当项序列化为 xml 时,其值为“sun”。 |
Swirligig | 165 | 惠利吉格艺术边界。 当项序列化为 xml 时,其值为“swirligig”。 |
TornPaper | 166 | 撕裂的纸艺术边框。 将项序列化为 xml 时,其值为“tornPaper”。 |
TornPaperBlack | 167 | 黑色撕裂的纸艺术边框。 当项序列化为 xml 时,其值为“tornPaperBlack”。 |
Trees | 168 | 树艺术边框。 当项序列化为 xml 时,其值为“树”。 |
TriangleParty | 169 | 三角形艺术边框。 将项序列化为 xml 时,其值为“triangleParty”。 |
Triangles | 170 | 三角形艺术边框。 当项序列化为 xml 时,其值为“三角形”。 |
Tribal1 | 171 | 部落艺术边界一。 当项序列化为 xml 时,其值为“tribal1”。 |
Tribal2 | 172 | 部落艺术边界二。 当项序列化为 xml 时,其值为“部落 2”。 |
Tribal3 | 173 | 部落艺术边界三。 当项序列化为 xml 时,其值为“tribal3”。 |
Tribal4 | 174 | 部落艺术边界四。 当项序列化为 xml 时,其值为“tribal4”。 |
Tribal5 | 175 | 部落艺术边界五。 当项序列化为 xml 时,其值为“部落 5”。 |
Tribal6 | 176 | 部落艺术边界六。 当项序列化为 xml 时,其值为“部落 6”。 |
Triangle1 | 177 | triangle1。 当项序列化为 xml 时,其值为“triangle1”。 |
Triangle2 | 178 | triangle2。 当项序列化为 xml 时,其值为“triangle2”。 |
TriangleCircle1 | 179 | triangleCircle1。 当项序列化为 xml 时,其值为“triangleCircle1”。 |
TriangleCircle2 | 180 | triangleCircle2。 当项序列化为 xml 时,其值为“triangleCircle2”。 |
Shapes1 | 181 | shapes1。 当项序列化为 xml 时,其值为“shapes1”。 |
Shapes2 | 182 | shapes2。 当项序列化为 xml 时,其值为“shapes2”。 |
TwistedLines1 | 183 | 扭曲线条艺术边框。 将项序列化为 xml 时,其值为“twistedLines1”。 |
TwistedLines2 | 184 | 扭曲线条艺术边框。 当项序列化为 xml 时,其值为“twistedLines2”。 |
Vine | 185 | 藤艺术边框。 当项序列化为 xml 时,其值为“vine”。 |
Waveline | 186 | 波浪线艺术边框。 当项序列化为 xml 时,其值为“waveline”。 |
WeavingAngles | 187 | 编织角度艺术边框。 将项序列化为 xml 时,其值为“weavingAngles”。 |
WeavingBraid | 188 | 编织编织艺术边框。 当项序列化为 xml 时,其值为“weavingBraid”。 |
WeavingRibbon | 189 | 编织功能区艺术边框。 当项序列化为 xml 时,其值为“weavingRibbon”。 |
WeavingStrips | 190 | 编织条纹艺术边框。 当项序列化为 xml 时,其值为“weavingStrips”。 |
WhiteFlowers | 191 | 白花艺术边框。 当项序列化为 xml 时,其值为“whiteFlowers”。 |
Woodwork | 192 | 木工艺术边框。 当项序列化为 xml 时,其值为“woodwork”。 |
XIllusions | 193 | 纵横交错的艺术边界。 当项序列化为 xml 时,其值为“xIllusions”。 |
ZanyTriangles | 194 | 三角形艺术边框。 当项序列化为 xml 时,其值为“zanyTriangles”。 |
ZigZag | 195 | 字形艺术边框。 当项序列化为 xml 时,其值为“zigZag”。 |
ZigZagStitch | 196 | 锯齿针。 当项序列化为 xml 时,其值为“zigZagStitch”。 |
Apples | 苹果艺术边框。 当项序列化为 xml 时,其值为“apples”。 |
|
ArchedScallops | 拱形扇贝艺术边框。 当项序列化为 xml 时,其值为“archedScallops”。 |
|
BabyPacifier | 婴儿奶奶器艺术边框。 当项序列化为 xml 时,其值为“babyPacifier”。 |
|
BabyRattle | 婴儿拉特尔艺术边界。 当项目序列化为 xml 时,其值为“babyRattle”。 |
|
Balloons3Colors | 三色气球艺术边框。 将项序列化为 xml 时,其值为“balloons3Colors”。 |
|
BalloonsHotAir | 热气球艺术边界。 当项序列化为 xml 时,其值为“balloonsHotAir”。 |
|
BasicBlackDashes | 黑色短划线艺术边框。 当项序列化为 xml 时,其值为“basicBlackDashes”。 |
|
BasicBlackDots | 黑点艺术边框。 当项序列化为 xml 时,其值为“basicBlackDots”。 |
|
BasicBlackSquares | 黑色方形艺术边框。 当项序列化为 xml 时,其值为“basicBlackSquares”。 |
|
BasicThinLines | 细线艺术边框。 当项序列化为 xml 时,其值为“basicThinLines”。 |
|
BasicWhiteDashes | 白色短划线艺术边框。 当项序列化为 xml 时,其值为“basicWhiteDashes”。 |
|
BasicWhiteDots | 白色点艺术边框。 当项序列化为 xml 时,其值为“basicWhiteDots”。 |
|
BasicWhiteSquares | 白色方块艺术边框。 当项序列化为 xml 时,其值为“basicWhiteSquares”。 |
|
BasicWideInline | 宽内联艺术边框。 当项序列化为 xml 时,其值为“basicWideInline”。 |
|
BasicWideMidline | 宽中线艺术边框。 将项序列化为 xml 时,其值为“basicWideMidline”。 |
|
BasicWideOutline | 宽轮廓艺术边框。 当项序列化为 xml 时,其值为“basicWideOutline”。 |
|
Bats | 蝙蝠艺术边框。 当项序列化为 xml 时,其值为“bats”。 |
|
Birds | 鸟类艺术边界。 当项序列化为 xml 时,其值为“birds”。 |
|
BirdsFlight | 鸟飞艺术边界。 当项序列化为 xml 时,其值为“birdsFlight”。 |
|
BorderValues(String) | 创建新的 BorderValues 枚举实例 |
|
Cabins | 机舱艺术边框。 当项序列化为 xml 时,其值为“cabins”。 |
|
CakeSlice | 蛋糕艺术边框。 当项序列化为 xml 时,其值为“cakeSlice”。 |
|
CandyCorn | 坎迪玉米艺术边框。 当项序列化为 xml 时,其值为“candyCorn”。 |
|
CelticKnotwork | 结工作艺术边框。 当项序列化为 xml 时,其值为“celticKnotwork”。 |
|
CertificateBanner | 证书横幅艺术边框。 当项序列化为 xml 时,其值为“certificateBanner”。 |
|
ChainLink | 链链接艺术边框。 当项序列化为 xml 时,其值为“chainLink”。 |
|
ChampagneBottle | 香槟瓶艺术边框。 当项目序列化为 xml 时,其值为“champagneBottle”。 |
|
CheckedBarBlack | 黑白酒吧艺术边框。 当项序列化为 xml 时,其值为“checkedBarBlack”。 |
|
CheckedBarColor | 彩色复选条艺术边框。 当项序列化为 xml 时,其值为“checkedBarColor”。 |
|
Checkered | 棋盘艺术边框。 当项序列化为 xml 时,其值为“checkered”。 |
|
ChristmasTree | 圣诞树艺术边框。 当项目序列化为 xml 时,其值为“christmasTree”。 |
|
CirclesLines | 圆形和线条艺术边框。 当项序列化为 xml 时,其值为“circlesLines”。 |
|
CirclesRectangles | 圆形和矩形艺术边框。 当项序列化为 xml 时,其值为“circlesRectangles”。 |
|
ClassicalWave | 波浪艺术边框。 当项序列化为 xml 时,其值为“classicalWave”。 |
|
Clocks | 时钟艺术边框。 当项序列化为 xml 时,其值为“clocks”。 |
|
Compass | 指南针艺术边框。 当项序列化为 xml 时,其值为“compass”。 |
|
Confetti | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“五彩纸屑”。 |
|
ConfettiGrays | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“confettiGrays”。 |
|
ConfettiOutline | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“confettiOutline”。 |
|
ConfettiStreamers | 五彩纸屑流艺术边框。 当项序列化为 xml 时,其值为“confettiStreamers”。 |
|
ConfettiWhite | 五彩纸屑艺术边框。 当项序列化为 xml 时,其值为“confettiWhite”。 |
|
CornerTriangles | 角三角形艺术边框。 当项序列化为 xml 时,其值为“cornerTriangles”。 |
|
CouponCutoutDashes | 虚线艺术边框。 当项目序列化为 xml 时,其值为“couponCutoutDashes”。 |
|
CouponCutoutDots | 虚线艺术边框。 当项目序列化为 xml 时,其值为“couponCutoutDots”。 |
|
CrazyMaze | Maze 艺术边框。 当项序列化为 xml 时,其值为“crazyMaze”。 |
|
CreaturesButterfly | 蝴蝶艺术边框。 当项序列化为 xml 时,其值为“creaturesButterfly”。 |
|
CreaturesFish | 鱼艺术边框。 当项序列化为 xml 时,其值为“creaturesFish”。 |
|
CreaturesInsects | 昆虫艺术边界。 当项序列化为 xml 时,其值为“creaturesInsects”。 |
|
CreaturesLadyBug | Ladybug 艺术边框。 当项序列化为 xml 时,其值为“creaturesLadyBug”。 |
|
CrossStitch | 交叉缝合艺术边框。 将项序列化为 xml 时,其值为“crossStitch”。 |
|
Cup | 丘比特艺术边框。 当项序列化为 xml 时,其值为“cup”。 |
|
DashDotStroked | 短划线点笔划线边框。 当项序列化为 xml 时,其值为“dashDotStroked”。 |
|
Dashed | 虚线边框。 当项序列化为 xml 时,其值将“虚线”。 |
|
DashSmallGap | 虚线边框。 当项序列化为 xml 时,其值为“dashSmallGap”。 |
|
DecoArch | 拱门艺术边框。 当项序列化为 xml 时,其值为“decoArch”。 |
|
DecoArchColor | 彩色拱门艺术边框。 当项序列化为 xml 时,其值为“decoArchColor”。 |
|
DecoBlocks | 阻止艺术边框。 当项序列化为 xml 时,其值为“decoBlocks”。 |
|
DiamondsGray | 灰色钻石艺术边框。 当项序列化为 xml 时,其值为“diamondsGray”。 |
|
DotDash | 点划线边框。 当项序列化为 xml 时,其值为“dotDash”。 |
|
DotDotDash | 点点短划线边框。 当项序列化为 xml 时,其值为“dotDotDash”。 |
|
Dotted | 虚线边框。 当项序列化为 xml 时,其值将“虚线”。 |
|
Double | 双线边框。 当项序列化为 xml 时,其值为“double”。 |
|
DoubleD | 双 D 艺术边框。 当项序列化为 xml 时,其值为“doubleD”。 |
|
DoubleDiamonds | 钻石艺术边框。 当项序列化为 xml 时,其值为“doubleDiamonds”。 |
|
DoubleWave | 双波线边框。 当项序列化为 xml 时,其值为“doubleWave”。 |
|
Earth1 | 地球艺术边框。 当项序列化为 xml 时,其值为“earth1”。 |
|
Earth2 | 地球艺术边框。 当项序列化为 xml 时,其值为“earth2”。 |
|
EclipsingSquares1 | 阴影方形艺术边框。 当项序列化为 xml 时,其值为“eclipsingSquares1”。 |
|
EclipsingSquares2 | 阴影方形艺术边框。 当项序列化为 xml 时,其值为“eclipsingSquares2”。 |
|
EggsBlack | 彩绘蛋艺术边框。 当项序列化为 xml 时,其值为“eggsBlack”。 |
|
Equality(BorderValues, BorderValues) | ||
Equals(BorderValues) | ||
Equals(Object) | ||
Fans | 粉丝艺术边框。 当项序列化为 xml 时,其值为“fans”。 |
|
Film | 电影卷轴艺术边框。 当项序列化为 xml 时,其值为“film”。 |
|
Firecrackers | 鞭炮艺术边界。 当项序列化为 xml 时,其值为“鞭炮”。 |
|
FlowersBlockPrint | 鲜花艺术边框。 当项序列化为 xml 时,其值为“flowersBlockPrint”。 |
|
FlowersDaisies | 雏菊艺术边框。 当项序列化为 xml 时,其值为“flowersDaisies”。 |
|
FlowersModern1 | 鲜花艺术边框。 将项序列化为 xml 时,其值为“flowersModern1”。 |
|
FlowersModern2 | 鲜花艺术边框。 将项序列化为 xml 时,其值为“flowersModern2”。 |
|
FlowersPansy | 潘斯艺术边框。 当项序列化为 xml 时,其值为“flowersPansy”。 |
|
FlowersRedRose | 红玫瑰艺术边框。 当项序列化为 xml 时,其值为“flowersRedRose”。 |
|
FlowersRoses | 玫瑰艺术边框。 当项序列化为 xml 时,其值为“flowersRoses”。 |
|
FlowersTeacup | 茶杯艺术边界中的花。 当项序列化为 xml 时,其值为“flowersTeacup”。 |
|
FlowersTiny | 小花艺术边框。 当项序列化为 xml 时,其值为“flowersTiny”。 |
|
Gems | 宝石艺术边界。 当项序列化为 xml 时,其值为“gems”。 |
|
GetHashCode() | ||
GingerbreadMan | 姜饼人艺术边界。 当项目序列化为 xml 时,其值为“gingerbreadMan”。 |
|
Gradient | 三角形渐变艺术边框。 当项序列化为 xml 时,其值为“gradient”。 |
|
Handmade1 | 手工艺术边框。 当项序列化为 xml 时,其值为“handmade1”。 |
|
Handmade2 | 手工艺术边框。 将项序列化为 xml 时,其值为“handmade2”。 |
|
HeartBalloon | Heart-Shaped 气球艺术边框。 当项序列化为 xml 时,其值为“heartBalloon”。 |
|
HeartGray | 灰色心脏艺术边框。 当项序列化为 xml 时,其值为“heartGray”。 |
|
Hearts | 红心艺术边框。 当项序列化为 xml 时,其值为“hearts”。 |
|
HeebieJeebies | 图案艺术边框。 当项序列化为 xml 时,其值为“heebieJeebies”。 |
|
Holly | Holly Art Border。 当项序列化为 xml 时,其值为“holly”。 |
|
HouseFunky | 房屋艺术边框。 当项序列化为 xml 时,其值为“houseFunky”。 |
|
Hypnotic | 圆形艺术边框。 当项序列化为 xml 时,其值为“hypnotic”。 |
|
IceCreamCones | 冰淇淋锥艺术边框。 当项序列化为 xml 时,其值为“iceCreamCones”。 |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<BorderValues>.Create(String) | ||
Inequality(BorderValues, BorderValues) | ||
Inset | 嵌入线条边框。 当项序列化为 xml 时,其值为“inset”。 |
|
LightBulb | 灯泡艺术边框。 当项序列化为 xml 时,其值为“lightBulb”。 |
|
Lightning1 | 闪电艺术边框。 将项序列化为 xml 时,其值为“lightning1”。 |
|
Lightning2 | 闪电艺术边框。 当项序列化为 xml 时,其值为“lightning2”。 |
|
MapleLeaf | 枫叶艺术边框。 当项序列化为 xml 时,其值为“mapleLeaf”。 |
|
MapleMuffins | 松饼艺术边框。 当项序列化为 xml 时,其值为“mapleMuffins”。 |
|
MapPins | 地图图钉艺术边框。 当项序列化为 xml 时,其值为“mapPins”。 |
|
Marquee | 选框艺术边框。 将项序列化为 xml 时,其值为“marquee”。 |
|
MarqueeToothed | 选框艺术边框。 将项序列化为 xml 时,其值为“marqueeToothed”。 |
|
Moons | 月亮艺术边框。 当项序列化为 xml 时,其值为“moons”。 |
|
Mosaic | 马赛克艺术边框。 当项序列化为 xml 时,其值为“马赛克”。 |
|
MusicNotes | 音乐笔记艺术边框。 当项目序列化为 xml 时,其值为“musicNotes”。 |
|
Nil | 无边框。 当项序列化为 xml 时,其值为“nil”。 |
|
None | 无边框。 当项序列化为 xml 时,其值为“none”。 |
|
Northwest | 图案艺术边框。 当项序列化为 xml 时,其值为“northwest”。 |
|
Outset | 开始线边框。 当项序列化为 xml 时,其值为“outset”。 |
|
Ovals | 椭圆艺术边框。 当项序列化为 xml 时,其值为“椭圆”。 |
|
Packages | 包艺术边框。 当项序列化为 xml 时,其值为“packages”。 |
|
PalmsBlack | 黑棕榈树艺术边框。 当项序列化为 xml 时,其值为“palmsBlack”。 |
|
PalmsColor | 彩色棕榈树艺术边框。 当项序列化为 xml 时,其值为“palmsColor”。 |
|
PaperClips | 剪贴画边框。 当项目序列化为 xml 时,其值为“回形针”。 |
|
Papyrus | 纸莎草艺术边框。 当项序列化为 xml 时,其值为“papyrus”。 |
|
PartyFavor | 派对偏爱艺术边框。 当项序列化为 xml 时,其值为“partyFavor”。 |
|
PartyGlass | 派对玻璃艺术边框。 当项序列化为 xml 时,其值为“partyGlass”。 |
|
Pencils | 铅笔艺术边框。 当项目序列化为 xml 时,其值为“pencils”。 |
|
People | 字符艺术边框。 当项序列化为 xml 时,其值为“people”。 |
|
PeopleHats | 带帽子艺术边框的字符。 当项序列化为 xml 时,其值为“peopleHats”。 |
|
PeopleWaving | 挥动字符边框。 当项序列化为 xml 时,其值为“peopleWaving”。 |
|
Poinsettias | 波因塞蒂亚艺术边框。 当项序列化为 xml 时,其值为“poinsettias”。 |
|
PostageStamp | 邮票艺术边框。 当项序列化为 xml 时,其值为“postageStamp”。 |
|
Pumpkin1 | 南瓜艺术边框。 当项序列化为 xml 时,其值为“pumpkin1”。 |
|
PushPinNote1 | 推送图钉艺术边框。 当项目序列化为 xml 时,其值为“pushPinNote1”。 |
|
PushPinNote2 | 推送图钉艺术边框。 当项目序列化为 xml 时,其值为“pushPinNote2”。 |
|
Pyramids | 金字塔艺术边框。 当项序列化为 xml 时,其值为“pyramids”。 |
|
PyramidsAbove | 金字塔艺术边框。 当项序列化为 xml 时,其值为“pyramidsAbove”。 |
|
Quadrants | 象限艺术边框。 将项序列化为 xml 时,其值为“象限”。 |
|
Rings | 戒指艺术边框。 当项序列化为 xml 时,其值为“ring”。 |
|
Safari | Safari 艺术边框。 当项序列化为 xml 时,其值为“safari”。 |
|
Sawtooth | 锯牙艺术边框。 当项序列化为 xml 时,其值为“sawtooth”。 |
|
SawtoothGray | 灰色锯齿艺术边框。 当项序列化为 xml 时,其值为“sawtoothGray”。 |
|
ScaredCat | 害怕的猫艺术边界。 当项序列化为 xml 时,其值为“scaredCat”。 |
|
Seattle | 伞艺术边框。 当项序列化为 xml 时,其值为“seattle”。 |
|
ShadowedSquares | 阴影方块艺术边框。 将项序列化为 xml 时,其值为“shadowedSquares”。 |
|
Shapes1 | shapes1。 当项序列化为 xml 时,其值为“shapes1”。 |
|
Shapes2 | shapes2。 当项序列化为 xml 时,其值为“shapes2”。 |
|
SharksTeeth | 鲨鱼牙艺术边框。 当项序列化为 xml 时,其值为“sharksTeeth”。 |
|
ShorebirdTracks | 鸟跟踪艺术边框。 当项序列化为 xml 时,其值为“shorebirdTracks”。 |
|
Single | 单线边框。 将项序列化为 xml 时,其值为“single”。 |
|
Skyrocket | 火箭艺术边框。 当项序列化为 xml 时,其值为“skyrocket”。 |
|
SnowflakeFancy | 雪花艺术边框。 当项序列化为 xml 时,其值为“snowflakeFancy”。 |
|
Snowflakes | 雪花艺术边框。 当项序列化为 xml 时,其值为“snowflakes”。 |
|
Sombrero | 索姆布雷罗艺术边框。 当项序列化为 xml 时,其值为“sombrero”。 |
|
Southwest | 西南主题艺术边界。 当项序列化为 xml 时,其值为“southwest”。 |
|
Stars | 明星艺术边框。 当项序列化为 xml 时,其值为“stars”。 |
|
Stars3d | 三维星艺术边界。 当项序列化为 xml 时,其值为“stars3d”。 |
|
StarsBlack | 明星艺术边框。 当项序列化为 xml 时,其值为“starsBlack”。 |
|
StarsShadowed | 带有阴影艺术边框的星星。 当项序列化为 xml 时,其值为“starsShadowed”。 |
|
StarsTop | 顶级艺术边界上的星星。 当项序列化为 xml 时,其值为“starsTop”。 |
|
Sun | 太阳艺术边框。 当项序列化为 xml 时,其值为“sun”。 |
|
Swirligig | 惠利吉格艺术边界。 当项序列化为 xml 时,其值为“swirligig”。 |
|
Thick | 单线边框。 当项序列化为 xml 时,其值为“thick”。 |
|
ThickThinLargeGap | 粗细线边框。 当项序列化为 xml 时,其值为“thickThinLargeGap”。 |
|
ThickThinMediumGap | 粗细线边框。 当项序列化为 xml 时,其值为“thickThinMediumGap”。 |
|
ThickThinSmallGap | 粗细线边框。 当项序列化为 xml 时,其值为“thickThinSmallGap”。 |
|
ThinThickLargeGap | 细、粗线边框。 当项序列化为 xml 时,其值为“thinThickLargeGap”。 |
|
ThinThickMediumGap | 细、粗线边框。 当项序列化为 xml 时,其值为“thinThickMediumGap”。 |
|
ThinThickSmallGap | 细、粗线边框。 当项序列化为 xml 时,其值为“thinThickSmallGap”。 |
|
ThinThickThinLargeGap | 细、粗、细线边框。 当项序列化为 xml 时,其值为“thinThickThinLargeGap”。 |
|
ThinThickThinMediumGap | 细、粗、细线边框。 当项序列化为 xml 时,其值为“thinThickThinMediumGap”。 |
|
ThinThickThinSmallGap | 细、粗、细线边框。 将项序列化为 xml 时,其值为“thinThickThinSmallGap”。 |
|
ThreeDEmboss | 3D 浮雕线条边框。 当项序列化为 xml 时,其值为“threeDEmboss”。 |
|
ThreeDEngrave | 3D 刻线边框。 当项序列化为 xml 时,其值为“threeDEngrave”。 |
|
TornPaper | 撕裂的纸艺术边框。 将项序列化为 xml 时,其值为“tornPaper”。 |
|
TornPaperBlack | 黑色撕裂的纸艺术边框。 当项序列化为 xml 时,其值为“tornPaperBlack”。 |
|
ToString() | ||
Trees | 树艺术边框。 当项序列化为 xml 时,其值为“树”。 |
|
Triangle1 | triangle1。 当项序列化为 xml 时,其值为“triangle1”。 |
|
Triangle2 | triangle2。 当项序列化为 xml 时,其值为“triangle2”。 |
|
TriangleCircle1 | triangleCircle1。 当项序列化为 xml 时,其值为“triangleCircle1”。 |
|
TriangleCircle2 | triangleCircle2。 当项序列化为 xml 时,其值为“triangleCircle2”。 |
|
TriangleParty | 三角形艺术边框。 将项序列化为 xml 时,其值为“triangleParty”。 |
|
Triangles | 三角形艺术边框。 当项序列化为 xml 时,其值为“三角形”。 |
|
Tribal1 | 部落艺术边界一。 当项序列化为 xml 时,其值为“tribal1”。 |
|
Tribal2 | 部落艺术边界二。 当项序列化为 xml 时,其值为“部落 2”。 |
|
Tribal3 | 部落艺术边界三。 当项序列化为 xml 时,其值为“tribal3”。 |
|
Tribal4 | 部落艺术边界四。 当项序列化为 xml 时,其值为“tribal4”。 |
|
Tribal5 | 部落艺术边界五。 当项序列化为 xml 时,其值为“部落 5”。 |
|
Tribal6 | 部落艺术边界六。 当项序列化为 xml 时,其值为“部落 6”。 |
|
Triple | 三线边框。 当项序列化为 xml 时,其值为“triple”。 |
|
TwistedLines1 | 扭曲线条艺术边框。 将项序列化为 xml 时,其值为“twistedLines1”。 |
|
TwistedLines2 | 扭曲线条艺术边框。 当项序列化为 xml 时,其值为“twistedLines2”。 |
|
Vine | 藤艺术边框。 当项序列化为 xml 时,其值为“vine”。 |
|
Wave | 波浪线边框。 当项序列化为 xml 时,其值为“wave”。 |
|
Waveline | 波浪线艺术边框。 当项序列化为 xml 时,其值为“waveline”。 |
|
WeavingAngles | 编织角度艺术边框。 将项序列化为 xml 时,其值为“weavingAngles”。 |
|
WeavingBraid | 编织编织艺术边框。 当项序列化为 xml 时,其值为“weavingBraid”。 |
|
WeavingRibbon | 编织功能区艺术边框。 当项序列化为 xml 时,其值为“weavingRibbon”。 |
|
WeavingStrips | 编织条纹艺术边框。 当项序列化为 xml 时,其值为“weavingStrips”。 |
|
WhiteFlowers | 白花艺术边框。 当项序列化为 xml 时,其值为“whiteFlowers”。 |
|
Woodwork | 木工艺术边框。 当项序列化为 xml 时,其值为“woodwork”。 |
|
XIllusions | 纵横交错的艺术边界。 当项序列化为 xml 时,其值为“xIllusions”。 |
|
ZanyTriangles | 三角形艺术边框。 当项序列化为 xml 时,其值为“zanyTriangles”。 |
|
ZigZag | 字形艺术边框。 当项序列化为 xml 时,其值为“zigZag”。 |
|
ZigZagStitch | 锯齿针。 当项序列化为 xml 时,其值为“zigZagStitch”。 |