Questions tagged [strikethrough]

Strikethrough (or strikeout) is a typographic text decoration used to indicate cancelled words or sentences. A strikethrough consists of a horizontal line crossing text through the center.

183 questions
0
votes
1 answer

Windows Phone 8 Strikethrough

I'm developing a windows phone 8 application. I've got a textblock with a price in it. Only thing I want to do is a line through the textblock. I've tried to use the Line function but that one doesn't work because the textblock has a variable…
FCUTom
  • 23
  • 3
0
votes
2 answers

How to strikethrough selected text in JTextPane? (java)

Title says it all. Let's say I have a right-click menu with "Strikethrough selected text" option. When I have selected some text in jtextpane, right-click --> "Strikethrough selected text" , and the selected text gets strikedthrough. Any ideas?
user3499927
0
votes
2 answers

Format text label when selecting UITableViewCell

I'm working on a shopping list app, and I'm wanting to format the text as strikethrough when selecting a cell, not quite sure how to implement this. I'm assuming I should toggle this effect in the didSelectRowAtIndexPath: method, but I'm not…
ENG618
  • 974
  • 1
  • 12
  • 31
0
votes
0 answers

Iterate through Excel VBA object properties

I've written the following VBA function in Excel to convert Excel cell contents from mixed formatting to HTML. Here's an example of one cell I'd like to convert: Bold type, italics type, plain type, superscript and strikethrough: • Line 1 & more •…
MJA
  • 242
  • 3
  • 13
0
votes
1 answer

How to get child string to strike thru text?

I want to be able to strike through my child item. I found this on here: textView.setPaintFlags(textView.getPaintFlags() | Paint.STRIKE_THRU_TEXT_FLAG); But I'm confused as to how I can get the child. I have the event listener set already for when…
user2100364
  • 87
  • 1
  • 1
  • 15
0
votes
1 answer

Persistent strikethrogh task list

Got stacked, I have a simple strikethrough task list html script that works fine, however, I would like to have the browser to store the data and save it persistently so that if I refresh the page or I come back to the task list on a later time I…
Daniele Pais
  • 121
  • 1
  • 8
0
votes
1 answer

How to strikethrough ListView item while populating ListView

so I have this huge problem with applying a strikethrough on a ListView item while populating it from the List of my objects. private void setListItems() { DatabaseHandler db = new DatabaseHandler(this); List taskList =…
0
votes
1 answer

How convert String in Text without mistake?

I've got table with 2 Colums: GOAL(text) and FLAG(0 or 1) If value from FLAG = 1 text from GOAL get Strike. final TextView txt=null; scAdapter.setViewBinder(new SimpleCursorAdapter.ViewBinder() { public boolean setViewValue(View view, Cursor…
tadvas
  • 109
  • 1
  • 13
0
votes
0 answers

Underline label/Strike-out label : 'shouldStrikeOut' not working when the text-width exceeds label-width

I wish to make a label in which the text is struck-out. The label is dynamic and can take a text of any width. I have imported 'UnderLineLabel' class given in the below link.…
Ambili B Menon
  • 1,239
  • 2
  • 14
  • 26
0
votes
1 answer

How to Get StrikeOnText Effect in a table view while enable the edit option using xcode4.3 & above?

How to get Strike Text Animation while we select edit option for the table view and also when we swipe on a table row.We need to get this type of style before deleting! I want in xcode4.5 Please help me out by providing suggestions and posts and…
Danny
  • 1,050
  • 3
  • 11
  • 26
0
votes
1 answer

Strikethrough not saving for the items in Android

I'm developing simple shopping list application for android. As I'm able to strikethrough & unstrike the items in the list view. But after opening back the closed application I'm unable to get updated(saved) strikethroughs for the items, all the…
Seenu69
  • 1,012
  • 2
  • 15
  • 32
0
votes
1 answer

How to Strikethrough and clear strikethrough in the Listview

I'm developing simple shopping list application. As I need code to make strike-through when item is clicked for the first time and later clear the strike-through when the item in the listview is clicked once again.. I'm able to find the code showing…
Seenu69
  • 1,012
  • 2
  • 15
  • 32
-1
votes
3 answers

Why strikethrough is not working in iOS 14

I have one UILabel which shows strikethrough text (e.g. text). It was working fine till iOS 13. In iOS 14, that strikethrough line is not showing, i.e. instead of 'text', it is coming as 'text'. This is the code I used: let totalString: String =…
Arnab
  • 3,267
  • 1
  • 26
  • 39
-1
votes
2 answers

How can I fix my code so that does not invalidate my Javascript code?

I'm using the following code to create fractions: