eBookTools
SetPlaceholders
set placeholders to be replaced
Calling Sequence
Parameters
Description
Examples
Compatibility
SetPlaceholders(book, placeholders)
book
-
book created using NewBook command
placeholders
table of placeholder and value pairs
The SetPlaceholders command sets the table containing placeholders and values. Values are only replaced in the worksheet that were added to the book after placeholders were set.
with⁡eBookTools:
book≔NewBook⁡ProgrammingGuide,Maple Programming Guide,Maplesoft, a division of Waterloo Maple Inc.,2011:
Replace "{Maple Version}" by "Maple 16":
SetPlaceholders⁡book,table⁡Maple Version=Maple 16:
AddChapter⁡book,1,Chapter01.mw:
The eBookTools[SetPlaceholders] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
eBookTools[AddChapter]
eBookTools[NewBook]
Download Help Document