Tagged Questions
The text-formatting tag has no wiki summary.
19
votes
5answers
17k views
What is the WPF XAML Data Binding equivalent of String.Format?
Or, to be more clear, how can I format a block of text (in my case, to be included within a tooltip) such that some portions of the text come from bound values.
In plain C# I would use:
...
9
votes
5answers
5k views
How to output integers with leading zeros in JavaScript
I can round to x amount of decimal places with math.round but is there a way to round left of the decimal? for example 5 becomes 05 if I specify 2 places
9
votes
6answers
2k views
Nice bit of code to format an xml string
Anyone got a ready made function that will take an XML string and return a correctly indented string?
eg
...
8
votes
3answers
8k views
Use a custom thousand separator in C#
I'm trying not to use the ',' char as a thousand separator when displaying a string, but to use a space instead. I guess I need to define a custom culture, but I don't seem to get it right. Any ...
7
votes
10answers
4k views
JSTL/JSP EL (Expression Language) in a non JSP (standalone) context
Can anyone recommend a framework for templating/formatting messages in a standalone application along the lines of the JSP EL (Expression Language)?
I would expect to be able to instantiate a an ...
5
votes
2answers
323 views
Paste from MS Word document to a Web Form
What is the most common way people preserve basic formatting elements like bold emphasis and italics when copying to a textarea from an MS Word document. I noticed that Gmail does this well and ...
4
votes
3answers
111 views
PHP formatting list items
I want to convert following text into list items
* Item 1
* Item 2
- item 1
- item 2
to
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
I have made following ...
4
votes
2answers
256 views
Displaying formatted text in Silverlight
Is there any way to display formatted text in SilverLight?
I have a database of articles with simple html formatting (p,b,i,h1,h2 tags)
I need to figure out a way to display them in a silverlight ...
4
votes
5answers
301 views
How can I output a list as comma-separated values in Perl?
Let's say I have a list of elements
@list=(1,2,3);
#desired output
1,2,3
and I want to print them as comma separated values. Most importantly, I do not want the last element to have a comma after ...
3
votes
1answer
208 views
What do these undocumented Style options in Mathematica do?
As mentioned in an earlier question, I have uncovered some style options that don't appear in the Mathematica documentation.
Style["This is a test", LineColor -> GrayLevel[0],
FrontFaceColor ...
3
votes
2answers
387 views
How to know the preferred display width of Unicode characters?
In different encodings of Unicode, for example UTF-16le or UTF-8, a character may occupy 2 or 3 bytes. Many Unicode applications doesn't take care of display width of Unicode chars just like they are ...
3
votes
1answer
82 views
How to handle text copy/pasted from Word
We have a textbox where users will be entering reviews. They should be able to do simple formatting things like bold, italics, lists, headers, etc... Our problem is that the majority of our users will ...
3
votes
1answer
171 views
LaTeX - Automatically scale down an area so that it will be inside a page if it's too big?
I'm making a document in LaTeX. It includes a set of images in a row. A small percentage are quite wide and will stretch and push off the page. If I shrink all the image sequences then most of them ...
3
votes
2answers
639 views
Vim: wrap text (“gq”) without modifying underlined headings
Is there a way of formatting text in Vim that respects underlined headings?
In Markdown, there are two ways of representing headings:
#Level 1 heading
##Level 2 heading
###Level 3 heading
and for ...
3
votes
3answers
811 views
Why would LaTeX ignore the font size in the documentclass
I have a LaTeX file. I'm experimenting with trying to reduce the font size (this is related to my other question here ...
3
votes
2answers
1k views
LaTeX - Making a lighter version of text, like anti-bold?
I'm making a LaTeX document for someone. A certain piece of text looks "bold" for them, even though I'm not using the \textbf command. It's just a normal default LaTeX font. Is there any command to ...
3
votes
4answers
484 views
.NET Make xml more readable
Is there any way to take an xml string in .net and make it easyer to read?
what i mean is can i convert this:
<element1><element2>some data</element2></element1>
to this:
...
2
votes
1answer
85 views
OCR and Distinguishing Between 2 or 3 Fonts
Let's say that I have a black and white image of a document with only 2 or 3 fonts being used. One of the 3 is used for the title and another is a small font (or at least, very plain). For example, ...
2
votes
2answers
264 views
LWUIT display bold text + normal text
I need to display some Rich-Text in LWUIT.
I was thinking of HTML Component, but I can't get linewrapping there - probably an error on my side.
Another idea would be to use TextAreas or Labels and ...
2
votes
1answer
68 views
Problems printing searches not found
In the code below, the program is getting string data from the user and converting it to ascii and hex and searching all .log and .txt files in a certain directory for the string in plain string, hex, ...
2
votes
1answer
91 views
Rich Edit Control: Prevent Rich Formatting?
How do you prevent the user from changing anything other than the text in a Win32 Rich Edit control?
(i.e. They shouldn't be able to change the formatting of any text, add graphics, etc.; if they ...
2
votes
3answers
105 views
How would you style a PHP suffix with CSS?
I've setup a date object in PHP: $date_formatting = "l, M jS";
Note the uppercase S to the right of the day (j). This creates a suffix such as 3rd, 1st, 2nd.
The problem is I don't know how to ...
2
votes
0answers
297 views
Searching Math Symbols as Text: Mission Impossible?
How could the math types being represented in a format that are searchable like text?
I mean that there is a toolbar that you can have input math symbols and search for them as text, so the format ...
2
votes
1answer
97 views
Using a FormattedText object, how do I find out how much of my text was actually displayed?
If I have code like this:
FormattedText text = new FormattedText(sTheBook,
System.Globalization.CultureInfo.CurrentUICulture,
System.Windows.FlowDirection.LeftToRight,
new ...
2
votes
1answer
127 views
reStructured Text - Escape a headline?
I have a reStructuredText document. rST uses =====, etc. as a heading format.
However I need to include some lines that have this text in it, e.g.:
some of my text
=====
stuff
=====
some more of my ...
2
votes
3answers
5k views
how to use “tab space” while writing in text file
SimpleDateFormat formatter = new SimpleDateFormat("ddMMyyyy_HHmmSS");
String strCurrDate = formatter.format(new java.util.Date());
String strfileNm = "Cust_Advice_" + strCurrDate + ".txt";
String ...
2
votes
1answer
115 views
What elisp or macro magic can make this text transformation?
I have a set of SQL statements formatted like so:
INSERT INTO reports.workload (workload_id,event_time,event_type_id,agent_id) VALUES
(-42000,'2010-02-23 ...
2
votes
4answers
79 views
Displaying paragraphs in HTML
I'm writing a web application which needs to bring the stored paragraphs into the front web. The text come from excel work sheet and contains control characters like indent. I want to show the text in ...
2
votes
2answers
757 views
Converting all uppercase letters to init caps
I was wondering if there was any way using only CSS, (and this CAN be browser specific CSS) to convert all uppercase text to words that are only initially capitalized for example:
I YELL WITH MY ...
1
vote
1answer
25 views
Create and printing formatted files in Java
I have this problem:
- reading data from a table or an array of textfields (they can be string type)
- from them composing a temporary text in order to print it on a printer(no record of the file)
- ...
1
vote
0answers
46 views
Lined up multiline String into textView
it is my first post here and i would like ask question. I Have a problem with formating text in to TextView field. I'm populing string with data from database and i want to make it lined up.
for ...
1
vote
1answer
49 views
Comments in textural protobuf?
I'm using textual protobuf files for system configuration.
One problem I have with this is that the serialized protobuf format does not support comments.
Is there any way around this?
I'm talking ...
1
vote
2answers
194 views
How to copy newline characters from HTML div to textarea in jQuery?
Consider the following HTML page fragment:
<div id='myDiv'>
Line 1.<br />
Line 2<br />
These are <special> characters & must be escaped ...
1
vote
3answers
533 views
How to “append” html text to text area in flex and flex mobile project to display sprite and text formatting
I'm playing around with a messaging type of application. Does anyone know how, or of any tutorials on to "appending" html text to text areas in flex and flex mobile projects? And specifically how I ...
1
vote
2answers
68 views
Is there a python module for text cleanup?
I find myself dealing with a lot of poorly formatted strings that have double spaces, tabs, single spaces before dots, trailing spaces and so on. Is there something that prettifies text that I can ...
1
vote
2answers
266 views
1
vote
3answers
109 views
Stripping HTML but retaining block/inline structure
I would like to convert HTML to plain text but retain the minimum structure.
All sections which contain stuff only the browser needs to see such as <script> and <style> to be stripped ...
1
vote
1answer
162 views
Formatted Text and Popovers in iOS4
I'm working on a prototype app that has a challenging behavior. I thought I'd ask for advice before really tearing into it...
Part of the app has an area of text that needs to be formatted in a ...
1
vote
2answers
387 views
LaTeX - Description list - Split the item across multiple lines
I have the following LaTeX file. Notice how the item on the description is very long ...foo....
\documentclass{article}
\begin{document}
\begin{description}
\item[foo foo foo foo foo foo foo foo foo ...
1
vote
1answer
184 views
read pdf file with original contents
Hi
I want to read pdf file with original content like its font(its possible that some font size is small while some font size is big ) and paragraph and table if it is.
how its possible.
plz help.
1
vote
2answers
363 views
Formatting Text in C# with XNA
I'm currently trying to make a TextBox for my GUI with XNA, and I was wondering how could I find tagged text in a string.
For instanceI have this kind of text:
Hey there, I was <r>going ...
1
vote
2answers
501 views
How to create HTML text from C# application?
I have C# application that must store some information into MS SQL that
would be later sent to email with DB Mail.
Within C# application I have a class with several properties and I need to use it ...
1
vote
3answers
641 views
How to create Bold data in MySQL database text field?
Is it possible to create bold text in a MySQL database text table field?
We are putting our articles in our database and I want to create bold titles and subtitles. Is this possible? Thanks
1
vote
2answers
56 views
How to permit HTML to break at specified points?
I know about non-breaking spaces but I've got the opposite problem and Google doesn't even find anyone else asking the question.
I have a piece of text: <option A>/<option B>/<option ...
1
vote
4answers
987 views
Creating columns of text with a variable width font
I'm trying to create coloumns of text for a C# app that will be running on MSN Messenger. I'm having trouple getting everything to line up.
Here's an example of the output that I want:
1) Pizza ...
1
vote
7answers
473 views
XML Text Format
Does anyone know of a good program where I can paste in xml (getting it from a System.out in my java class) and it will format the xml so it's not a really long line of text?
0
votes
1answer
18 views
How to use device-fonts to show Multilingual text in the same Flash app
UPDATE:
I've completely changed the question because in reality, I'm having a really hard time properly using device-fonts for multiple languages displayed in the same app (at the same time).
I must ...
0
votes
4answers
36 views
Android - Editing my String so each word starts with a capital
I was wondering if someone could provide me some code or point me towards a tutrial which explain how I can convert my string so that each word begins with a capital.
I would also like to convert a ...
0
votes
0answers
27 views
How come ie8's zoom expands div at a different ratio than it expands text?
Basically, when I zoom in on text it messes up my formating. It seems like the text zoom zoom at a different rate than the yellow box zoom.
Can anyone tell me why this is happening?
Below is the ...
0
votes
2answers
22 views
Paragraph inside Anchor cannot be formated
while working i messed HTML because i did not knew that <p> tag within <a> tag does not get formated .
Like if i had :
<a>
<p>Lorem Ipsum is simply dummy text of the ...