Difference between revisions of "Documentation/BASIC Guide/Text Documents"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
m
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:Text Documents}}
 
{{Documentation/BASICGuideTOC/v2
 
{{Documentation/BASICGuideTOC/v2
 
|ShowPrevNext=block
 
|ShowPrevNext=block
Line 5: Line 6:
 
|NextPage=Documentation/BASIC Guide/Structure of Text Documents
 
|NextPage=Documentation/BASIC Guide/Structure of Text Documents
 
|textdocs=block
 
|textdocs=block
}}<!-- {{DISPLAYTITLE:Overview of Some Central Interfaces -->
+
}}
 
+
 
In addition to pure strings, text documents also contain formatting information. These may appear at any point in the text. The structure is further complicated by tables. These include not only single-dimensional strings, but also two-dimensional fields. Most word processing programs now finally provide the option of placing drawing objects, text frames and other objects within a text. These may be outside the flow of text and can be positioned anywhere on the page.
 
In addition to pure strings, text documents also contain formatting information. These may appear at any point in the text. The structure is further complicated by tables. These include not only single-dimensional strings, but also two-dimensional fields. Most word processing programs now finally provide the option of placing drawing objects, text frames and other objects within a text. These may be outside the flow of text and can be positioned anywhere on the page.
  
This chapter presents the central interfaces and services of text documents. The first section deals with the anatomy of text documents and concentrates on how a {{OOo}} Basic program can be used to take iterative steps through a {{OOo}} document. It focuses on paragraphs, paragraph portions and their formatting.
+
This chapter presents the central interfaces and services of text documents.
 +
 
 +
* [[Documentation/BASIC Guide/Structure of Text Documents|The Structure of Text Documents]]
 +
* [[Documentation/BASIC Guide/Editing Text Documents|Editing Text Documents]]
 +
* [[Documentation/BASIC Guide/More Than Text|More than Just Text]]
 +
 
 +
The first section deals with the anatomy of text documents and concentrates on how a {{AOo}} Basic program can be used to take iterative steps through a {{AOo}} document. It focuses on paragraphs, paragraph portions and their formatting.
  
The second section focuses on efficiently working with text documents. For this purpose, {{OOo}} provides several help objects, such as the <tt>TextCursor</tt> object, which extend beyond those specified in the first section.
+
The second section focuses on efficiently working with text documents. For this purpose, {{AOo}} provides several help objects, such as the <tt>TextCursor</tt> object, which extend beyond those specified in the first section.
  
 
The third section moves beyond work with texts. It concentrates on tables, text frames, text fields, bookmarks, content directories and more.
 
The third section moves beyond work with texts. It concentrates on tables, text frames, text fields, bookmarks, content directories and more.
  
Information about how to create, open, save and print documents is described in [[Documentation/BASIC Guide/Documents|Working with {{OOo}} Documents]], because it can be used not only for text documents, but also for other types of document.
+
Information about how to create, open, save and print documents is described in [[Documentation/BASIC Guide/Documents|Working with Documents]], because it can be used not only for text documents, but also for other types of documents.
  
 +
 +
{{InterWiki Languages BasicGuide|articletitle=Documentation/BASIC Guide/Text Documents}}
 
{{PDL1}}
 
{{PDL1}}
 +
[[nl:NL/Documentation/BASIC Guide/Text Documents]]

Latest revision as of 12:24, 30 January 2021


In addition to pure strings, text documents also contain formatting information. These may appear at any point in the text. The structure is further complicated by tables. These include not only single-dimensional strings, but also two-dimensional fields. Most word processing programs now finally provide the option of placing drawing objects, text frames and other objects within a text. These may be outside the flow of text and can be positioned anywhere on the page.

This chapter presents the central interfaces and services of text documents.

The first section deals with the anatomy of text documents and concentrates on how a Apache OpenOffice Basic program can be used to take iterative steps through a Apache OpenOffice document. It focuses on paragraphs, paragraph portions and their formatting.

The second section focuses on efficiently working with text documents. For this purpose, Apache OpenOffice provides several help objects, such as the TextCursor object, which extend beyond those specified in the first section.

The third section moves beyond work with texts. It concentrates on tables, text frames, text fields, bookmarks, content directories and more.

Information about how to create, open, save and print documents is described in Working with Documents, because it can be used not only for text documents, but also for other types of documents.


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools