qt实现word风格界面
If you use Styles in Word (and you should), did you know that there's a Style Area at the left of the screen, where you can see the Style names?
如果您在Word中使用样式(应该这样做),是否知道屏幕左侧有一个样式区域,您可以在其中看到样式名称?
This can give you a quick overview when you're formatting a document, and will help you apply the Styles consistently.
在设置文档格式时,这可以为您提供快速概述,并有助于您一致地应用样式。
If you don't use Styles, you can skip to the Random Thoughts section of this article, for a bonus tip. I know, how exciting! 😉
如果您不使用样式,则可以跳到本文的“随意思考”部分,以获得奖金提示 。 我知道,多么令人兴奋! 😉
查看样式区域 (View the Style Area)
Word 2007 (Word 2007)
- Choose either Outline or Draft View 选择大纲视图或草稿视图
- Click the Microsoft Office Button, and then click the Word Options button 单击Microsoft Office按钮,然后单击Word选项按钮
- Click the Advanced Category 单击高级类别
- In the Display section, set the width for the Style Area Pane, and then click OK 在“显示”部分中,设置“样式区域”窗格的宽度,然后单击“确定”。
Word 2003或更早版本 (Word 2003 or earlier)
- Choose either Outline or Normal View 选择大纲视图或普通视图
- Click the Tools menu, and then click Options 单击工具菜单,然后单击选项
- Click the View tab 点击查看标签
- In the Outline and Normal Options section, set the width for the Style Area, and then click OK. 在“轮廓和常规选项”部分中,设置“样式区域”的宽度,然后单击“确定”。
隐藏样式区域 (Hide the Style area)
- Drag the vertical line, between the Style Area and the document, all the way to the left. 一直拖动到样式区和文档之间的垂直线。
- Or, go back to the Options, and set the width to zero 或者,返回选项,并将宽度设置为零
随意的想法 (Random Thoughts)
In Excel, you can use the RAND function to calculate random numbers. In Word, you can use RAND to create text.
在Excel中,您可以使用RAND函数来计算随机数。 在Word中,您可以使用RAND创建文本。
In the Word document, type: =RAND()
在Word文档中,键入: = RAND()
- Press the Enter key. 按Enter键。
- In Word 2003 and earlier, you'll see paragraphs with "The quick brown fox..." 在Word 2003及更早版本中,您将看到带有“ The quick brown fox ...”的段落。
- In Word 2007, the paragraphs describe Word features. 在Word 2007中,这些段落描述了Word功能。
In either version, you can enter two numbers as arguments in the RAND function, e.g. =RAND(3,4) to control the number of paragraphs (3), and sentences per paragraph (4).
在任一版本中,您都可以在RAND函数中输入两个数字作为参数,例如= RAND(3,4)以控制段落数(3)和每个段落的句子(4)。
翻译自: https://contexturesblog.com/archives/2008/07/21/show-your-style-in-word/
qt实现word风格界面