Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I have a paragraph style "Byline" that has Bold as part of its default
paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Willy,
When you apply a paragraph style, such as your Byline style, Word applies the character formatting defined in the style according to the following rules. €¢ If the cursor is located anywhere in the paragraph and no text is selected, the paragraph formatting will be applied to the paragraph, the font name defined in the style will be applied to the entire paragraph, but no other character formatting will be applied. €¢ If text within the paragraph is selected, the character formatting defined in the style will be applied only to the selected text, and the paragraph formatting will not be applied at all. €¢ If the entire paragraph is selected, the paragraph formatting will be applied to the paragraph, the font name defined in the style will be applied to the entire paragraph, but no other character formatting will be applied (as in the case in which no text is selected). Thus, I think that you can achieve what you want (have the beginning of the paragraph not bold) by selecting the part of the paragraph that you want to be bold and then applying your Byline style. This will apply the paragraph formatting in the Byline style to the enire paragraph, but will apply the character formatting defined in the Byline style only to the selected text. -- Hope this helps, Pesach Shelnitz My Web site: http://makeofficework.com "Willy" wrote: I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Pesach,
"Pesach Shelnitz" wrote: Thus, I think that you can achieve what you want (have the beginning of the paragraph not bold) by selecting the part of the paragraph that you want to be bold and then applying your Byline style. This will apply the paragraph formatting in the Byline style to the enire paragraph, but will apply the character formatting defined in the Byline style only to the selected text. Sorry, this doesn't work. The character formatting is applied to the entire paragraph. (I think the rules you describe concern linked styles, not the regular paragraph styles.) In the meantime I've discovered that it is actually possible to set a character style to Not Bold from VBA. However, that makes no difference - the selected text still stays bold. But in any case Stefan supplied a technique that works and thanks to both of you! Willy |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() Hi Pesach, "Pesach Shelnitz" wrote: Thus, I think that you can achieve what you want (have the beginning of the paragraph not bold) by selecting the part of the paragraph that you want to be bold and then applying your Byline style. This will apply the paragraph formatting in the Byline style to the enire paragraph, but will apply the character formatting defined in the Byline style only to the selected text. Sorry, this doesn't work. The character formatting is applied to the entire paragraph. (I think the rules you describe concern linked styles, not the regular paragraph styles.) In the meantime I've discovered that it is actually possible to set a character style to Not Bold from VBA. However, that makes no difference - the selected text still stays bold. But in any case Stefan supplied a technique that works and thanks to both of you! Willy |
#5
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
If a paragraph of text uses a paragraph style that is defined as bold, you
could just apply a character style that also has bold formatting; the result will be "not bold." -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy |
#6
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thanks Stefan, this did the job!
Willy "Stefan Blom" wrote: If a paragraph of text uses a paragraph style that is defined as bold, you could just apply a character style that also has bold formatting; the result will be "not bold." -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy . |
#7
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You are welcome. :-)
-- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... Thanks Stefan, this did the job! Willy "Stefan Blom" wrote: If a paragraph of text uses a paragraph style that is defined as bold, you could just apply a character style that also has bold formatting; the result will be "not bold." -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy . |
#8
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() You are welcome. :-) -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... Thanks Stefan, this did the job! Willy "Stefan Blom" wrote: If a paragraph of text uses a paragraph style that is defined as bold, you could just apply a character style that also has bold formatting; the result will be "not bold." -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy . |
#9
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]() Thanks Stefan, this did the job! Willy "Stefan Blom" wrote: If a paragraph of text uses a paragraph style that is defined as bold, you could just apply a character style that also has bold formatting; the result will be "not bold." -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy . |
#11
![]() |
|||
|
|||
![]() Quote:
You have to select "bold" in order for it to be not bold. Let me say that again to allow it's absurdity to sink it. You have to select "bold" in order for it to be not bold. That's pretty typical for Microsoft! |
#12
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi Willy,
When you apply a paragraph style, such as your Byline style, Word applies the character formatting defined in the style according to the following rules. €¢ If the cursor is located anywhere in the paragraph and no text is selected, the paragraph formatting will be applied to the paragraph, the font name defined in the style will be applied to the entire paragraph, but no other character formatting will be applied. €¢ If text within the paragraph is selected, the character formatting defined in the style will be applied only to the selected text, and the paragraph formatting will not be applied at all. €¢ If the entire paragraph is selected, the paragraph formatting will be applied to the paragraph, the font name defined in the style will be applied to the entire paragraph, but no other character formatting will be applied (as in the case in which no text is selected). Thus, I think that you can achieve what you want (have the beginning of the paragraph not bold) by selecting the part of the paragraph that you want to be bold and then applying your Byline style. This will apply the paragraph formatting in the Byline style to the enire paragraph, but will apply the character formatting defined in the Byline style only to the selected text. -- Hope this helps, Pesach Shelnitz My Web site: http://makeofficework.com "Willy" wrote: I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy |
#13
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
If a paragraph of text uses a paragraph style that is defined as bold, you
could just apply a character style that also has bold formatting; the result will be "not bold." -- Stefan Blom Microsoft Word MVP "Willy" wrote in message ... I have a paragraph style "Byline" that has Bold as part of its default paragraph style. I'd like to create a character style called "Start byline" that removes the bold formatting from the beginning of the byline. Is this possible? The opposite is no problem as you can easily define a character style that _adds_ bold to a normal style. And when I manually change the text to normal, Word detects that it has now "Not Bold" as an additional property. But it seems impossible to do this in a character style, even when I try to update the character style to the selected text. I use Word 2007 and any tips are appreciated! Willy |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to replace "enter character" with "space character" in msword | Microsoft Word Help | |||
Word 2007 "Style Body Text + Bold" dilemma | Microsoft Word Help | |||
Create character style that "imitates" Text Highlight Color | Microsoft Word Help | |||
Problem in applying "Others" style to a page. | Microsoft Word Help | |||
"Applying a style turns off bold, etc." What can I do? | Microsoft Word Help |