pub enum RelativeFromHType {
Character,
Column,
InsideMargin,
LeftMargin,
Margin,
OutsizeMargin,
Page,
RightMargin,
}
Variants§
Character
Specifies that the horizontal positioning shall be relative to the position of the anchor within its run content.
Column
Specifies that the horizontal positioning shall be relative to the extents of the column which contains its anchor.
InsideMargin
Specifies that the horizontal positioning shall be relative to the inside margin of the current page (the left margin on odd pages, right on even pages).
LeftMargin
Specifies that the horizontal positioning shall be relative to the left margin of the page.
Margin
Specifies that the horizontal positioning shall be relative to the page margins.
OutsizeMargin
Specifies that the horizontal positioning shall be relative to the outside margin of the current page (the right margin on odd pages, left on even pages).
Page
Specifies that the horizontal positioning shall be relative to the edge of the page.
RightMargin
Specifies that the horizontal positioning shall be relative to the right margin of the page.
Trait Implementations§
Source§impl Clone for RelativeFromHType
impl Clone for RelativeFromHType
Source§fn clone(&self) -> RelativeFromHType
fn clone(&self) -> RelativeFromHType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more