pub struct PdfBorder { /* private fields */ }Expand description
Wraps PDFBorder.
Implementations§
Source§impl PdfBorder
impl PdfBorder
Sourcepub fn info(&self) -> Result<PdfBorderInfo>
pub fn info(&self) -> Result<PdfBorderInfo>
Wraps the corresponding PDFBorder API.
Sourcepub fn set_style(&self, style: PdfBorderStyle) -> Result<()>
pub fn set_style(&self, style: PdfBorderStyle) -> Result<()>
Wraps the corresponding PDFBorder API.
Sourcepub fn set_line_width(&self, width: f64)
pub fn set_line_width(&self, width: f64)
Wraps the corresponding PDFBorder API.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PdfBorder
impl RefUnwindSafe for PdfBorder
impl !Send for PdfBorder
impl !Sync for PdfBorder
impl Unpin for PdfBorder
impl UnsafeUnpin for PdfBorder
impl UnwindSafe for PdfBorder
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