Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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