pub struct FieldChar {
pub ty: Option<CharType>,
}
Expand description
Break
use docx_rust::document::*;
let br = Break::from(BreakType::Page);
Fields§
§ty: Option<CharType>
Specifies the break type of this break.
Trait Implementations§
source§impl<'a> From<FieldChar> for RunContent<'a>
impl<'a> From<FieldChar> for RunContent<'a>
source§fn from(original: FieldChar) -> RunContent<'a>
fn from(original: FieldChar) -> RunContent<'a>
Converts to this type from the input type.