mirror of
https://github.com/typst/typst
synced 2025-05-20 20:15:29 +08:00
Update hline/vline stroke docs (#3616)
This commit is contained in:
parent
288f7da4d0
commit
3310dda008
@ -607,8 +607,8 @@ pub struct GridHLine {
|
||||
|
||||
/// The line's stroke.
|
||||
///
|
||||
/// Specifying `{none}` interrupts previous hlines placed across this
|
||||
/// line's range, but does not affect per-cell stroke or vlines.
|
||||
/// Specifying `{none}` removes any lines previously placed across this
|
||||
/// line's range, including hlines or per-cell stroke below it.
|
||||
#[resolve]
|
||||
#[fold]
|
||||
#[default(Some(Arc::new(Stroke::default())))]
|
||||
@ -662,8 +662,8 @@ pub struct GridVLine {
|
||||
|
||||
/// The line's stroke.
|
||||
///
|
||||
/// Specifying `{none}` interrupts previous vlines placed across this
|
||||
/// line's range, but does not affect per-cell stroke or hlines.
|
||||
/// Specifying `{none}` removes any lines previously placed across this
|
||||
/// line's range, including vlines or per-cell stroke below it.
|
||||
#[resolve]
|
||||
#[fold]
|
||||
#[default(Some(Arc::new(Stroke::default())))]
|
||||
|
@ -610,8 +610,8 @@ pub struct TableHLine {
|
||||
|
||||
/// The line's stroke.
|
||||
///
|
||||
/// Specifying `{none}` interrupts previous hlines placed across this
|
||||
/// line's range, but does not affect per-cell stroke or vlines.
|
||||
/// Specifying `{none}` removes any lines previously placed across this
|
||||
/// line's range, including hlines or per-cell stroke below it.
|
||||
#[resolve]
|
||||
#[fold]
|
||||
#[default(Some(Arc::new(Stroke::default())))]
|
||||
@ -655,8 +655,8 @@ pub struct TableVLine {
|
||||
|
||||
/// The line's stroke.
|
||||
///
|
||||
/// Specifying `{none}` interrupts previous vlines placed across this
|
||||
/// line's range, but does not affect per-cell stroke or hlines.
|
||||
/// Specifying `{none}` removes any lines previously placed across this
|
||||
/// line's range, including vlines or per-cell stroke below it.
|
||||
#[resolve]
|
||||
#[fold]
|
||||
#[default(Some(Arc::new(Stroke::default())))]
|
||||
|
Loading…
x
Reference in New Issue
Block a user