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

From Apache OpenOffice Wiki
Jump to: navigation, search
(FINAL VERSION FOR L10N)
m
 
(6 intermediate revisions by 3 users not shown)
Line 16: Line 16:
 
* [[Documentation/BASIC Guide/More Than Text|More than Just Text]]
 
* [[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 {{OOo}} Basic program can be used to take iterative steps through a {{OOo}} document. It focuses on paragraphs, paragraph portions and their formatting.
+
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.
Line 24: Line 24:
 
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.
 
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