Struct pdf_extract::PlainTextOutput [−][src]
pub struct PlainTextOutput<W: ConvertToFmt> { /* fields omitted */ }
Methods
impl<W: ConvertToFmt> PlainTextOutput<W>[src]
impl<W: ConvertToFmt> PlainTextOutput<W>pub fn new(writer: W) -> PlainTextOutput<W>[src]
pub fn new(writer: W) -> PlainTextOutput<W>Trait Implementations
impl<W: ConvertToFmt> OutputDev for PlainTextOutput<W>[src]
impl<W: ConvertToFmt> OutputDev for PlainTextOutput<W>fn begin_page(
&mut self,
page_num: u32,
media_box: &MediaBox,
_: Option<(f64, f64, f64, f64)>
)[src]
fn begin_page(
&mut self,
page_num: u32,
media_box: &MediaBox,
_: Option<(f64, f64, f64, f64)>
)fn end_page(&mut self)[src]
fn end_page(&mut self)fn output_character(
&mut self,
x: f64,
y: f64,
width: f64,
font_size: f64,
char: &str
)[src]
fn output_character(
&mut self,
x: f64,
y: f64,
width: f64,
font_size: f64,
char: &str
)fn begin_word(&mut self)[src]
fn begin_word(&mut self)fn end_word(&mut self)[src]
fn end_word(&mut self)fn end_line(&mut self)[src]
fn end_line(&mut self)fn stroke(
&mut self,
ctm: &Transform2D<f64>,
colorspace: &ColorSpace,
color: &[f64],
&Path
)[src]
fn stroke(
&mut self,
ctm: &Transform2D<f64>,
colorspace: &ColorSpace,
color: &[f64],
&Path
)fn fill(
&mut self,
ctm: &Transform2D<f64>,
colorspace: &ColorSpace,
color: &[f64],
&Path
)[src]
fn fill(
&mut self,
ctm: &Transform2D<f64>,
colorspace: &ColorSpace,
color: &[f64],
&Path
)Auto Trait Implementations
impl<W> Send for PlainTextOutput<W> where
<W as ConvertToFmt>::Writer: Send,
impl<W> Send for PlainTextOutput<W> where
<W as ConvertToFmt>::Writer: Send, impl<W> Sync for PlainTextOutput<W> where
<W as ConvertToFmt>::Writer: Sync,
impl<W> Sync for PlainTextOutput<W> where
<W as ConvertToFmt>::Writer: Sync,