Home
last modified time | relevance | path

Searched refs:isStrike (Results 1 – 1 of 1) sorted by relevance

/plugin/xlsx2dw/
H A Dscript.js65 isStrike: cell?.isStrike ?? false,
91 isStrike: (style["style:text-properties"]?.["-style:text-line-through-style"] === "solid"),
287 isStrike: cell.style.font?.strike || false, property in AnonymousFunctionfce172e80200.formattedCell
304 isStrike: cell.style.font?.strike || false, property in AnonymousFunctionfce172e80200.formattedCell
339 if (cell.isStrike) styledCell = `<del>${styledCell}</del>`;