pub struct TextTab { /* private fields */ }Expand description
$literal
Implementations§
Source§impl TextTab
impl TextTab
Sourcepub fn tab_ref(self, tab_ref: u32) -> Self
pub fn tab_ref(self, tab_ref: u32) -> Self
The text:tab-ref attribute contains the number of the tab-stop to which a tab character refers. The position 0 marks the start margin of a paragraph.
Note: The text:tab-ref attribute is only a hint to help non-layout oriented consumers to determine the tab/tab-stop association. Layout oriented consumers should determine the tab positions based on the style information.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextTab
impl RefUnwindSafe for TextTab
impl Send for TextTab
impl Sync for TextTab
impl Unpin for TextTab
impl UnwindSafe for TextTab
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more