Jump to content

TechDraw "Вставить электронную таблицу"

From FreeCAD Documentation
This page is a translated version of the page TechDraw SpreadsheetView and the translation is 22% complete.
Outdated translations are marked like this.

Вставить электронную таблицу

Расположение в меню
TechDraw → Вставить электронную таблицу
Верстаки
TechDraw, Spreadsheet
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Нет

Описание

The TechDraw SpreadsheetView tool allows you to place a view of a selected spreadsheet on a TechDraw page.

introduced in 1.0: The TechDraw View tool can also create a Spreadsheet View.

Spreadsheet element inserted in the TechDraw drawing page

Применение

  1. Select a spreadsheet in the Tree View.
  2. If there are multiple drawing pages in the document: optionally add the desired page to the selection by selecting it in the Tree View.
  3. Select the TechDraw → Views From Other Workbenches → Spreadsheet View option from the menu.
  4. If there are multiple drawing pages in the document, and if no page is displayed in the Main View Area and you have not yet selected a page, the Page Chooser dialog box opens:
    1. Select the desired page.
    2. Press the OK button.
  5. A Spreadsheet View is inserted.
  6. Adjust the cell range of the view by changing its ДанныеCell Start and ДанныеCell End properties.

Свойства

See also: Property View.

A Spreadsheet View, formally a TechDraw::DrawViewSpreadsheet object, has the properties that are common to all View types. It also has the following additional properties:

Data

Drawing view

  • Данные (Hidden)Symbol (String): The SVG code defining this symbol.
  • Данные (Hidden)Editable Texts (StringList): Substitution values for the editable strings in this symbol. Not used.
  • ДанныеOwner (Link): Feature to which this symbol is attached. introduced in 1.0

Spreadsheet

  • ДанныеSource (Link): The spreadsheet to be added to the page.
  • ДанныеCell Start (String): The top left cell of the cell range to be included in this view.
  • ДанныеCell End (String): The bottom right cell of the cell range to be included in this view.
  • ДанныеFont (Font): The name of the font used for texts.
  • ДанныеText Color (Color): The color of texts and lines that have no color specified in the spreadsheet.
  • ДанныеText Size (Float): The font size of texts.
  • ДанныеLine Width (Float): The width of the cell borders.