Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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