Edit

Share via


Word.TextureAlignment enum

Note

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Specifies the alignment (the origin of the coordinate grid) for the tiling of the texture fill.

Remarks

[ API set: WordApi BETA (PREVIEW ONLY) ]

Fields

bottom = "Bottom"

Aligns the texture to the bottom center of the shape.

bottomLeft = "BottomLeft"

Aligns the texture to the bottom-left corner of the shape.

bottomRight = "BottomRight"

Aligns the texture to the bottom-right corner of the shape.

center = "Center"

Aligns the texture to the center of the shape.

left = "Left"

Aligns the texture to the middle left side of the shape.

mixed = "Mixed"

Mixed texture alignment. Used when multiple shapes with different texture alignments are selected.

right = "Right"

Aligns the texture to the middle right side of the shape.

top = "Top"

Aligns the texture to the top center of the shape.

topLeft = "TopLeft"

Aligns the texture to the top-left corner of the shape.

topRight = "TopRight"

Aligns the texture to the top-right corner of the shape.