[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.HorizontalPosition

Enum HorizontalPosition

Namespace
GrapeCity.Documents.Text
Assembly
GcDocs.Imaging.dll

Chooses the relative horizontal position for an anchored object.

public enum HorizontalPosition

Fields

CharCenter = 0

The object center coincides with anchor character (line) center.

CharLeftIn = 1

The object left side coincides with anchor character (line) left side.

CharLeftOut = 2

The object right side coincides with anchor character (line) left side.

CharRightIn = 3

The object right side coincides with anchor character (line) right side.

CharRightOut = 4

The object left side coincides with anchor character (line) right side.

ContentCenter = 12

The object center coincides with anchor content center.

ContentLeftIn = 10

The object left side coincides with anchor content left side.

ContentLeftOut = 11

The object right side coincides with anchor content left side.

ContentRightIn = 13

The object right side coincides with anchor content right side.

ContentRightOut = 14

The object left side coincides with anchor content right side.

FixedCenter = 21

The object center is set to some fixed position.

FixedLeft = 20

The object left side is set to some fixed position.

FixedRight = 22

The object right side is set to some fixed position.

MarginCenter = 17

The object center coincides with the layout box center.

MarginLeftIn = 15

The object left side coincides with the left margin of the layout box.

MarginLeftOut = 16

The object right side coincides with the left margin of the layout box.

MarginRightIn = 18

The object right side coincides with the right margin of the layout box.

MarginRightOut = 19

The object left side coincides with the right margin of the layout box.

ParagraphCenter = 7

The object center coincides with anchor paragraph center.

ParagraphLeftIn = 5

The object left side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).

ParagraphLeftOut = 6

The object right side coincides with anchor paragraph left side (vertical text) or left margin (horizontal text).

ParagraphRightIn = 8

The object right side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).

ParagraphRightOut = 9

The object left side coincides with anchor paragraph right side (vertical text) or right margin (horizontal text).