Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
DocumentTools[InsertTask] - Insert a task into a worksheet
Calling Sequence
InsertTask(task, minimal=m)
Parameters
task
-
string ; name of the task to insert
m
truefalse ; whether to insert minimal content (true) or default content (false) (default: true)
Description
The InsertTask function inserts a task into the worksheet.
The m option indicates whether to insert the task's minimal content (true) or default content (false). The default is true.
Note: If a command to insert a task into a worksheet is re-executed, the re-inserted task will overwrite the section of the worksheet where the task was originally inserted. In order to make it clear that this is what will happen, the background shading of a task inserted in this way is set to gray.
Compatibility
The DocumentTools[InsertTask] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
Examples
See Also
DocumentTools, DocumentTools[CreateTask], DocumentTools[RemoveTask]
Download Help Document