Document Block - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DocumentTools[Layout]

  

DocumentBlock

  

generate XML for an DocumentBlock element

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

DocumentBlock( c )

Parameters

c

-

(optional) ; content for the Block, as a sequence of one or more calls to the Group or Table constructors.

Description

• 

The DocumentBlock command constructs the outermost layer of an XML function call representation of a Document Block.

• 

A DocumentBlock element is returned as an XML function call.

• 

The generated XML may be used with the results of additional commands in the Layout Constructors package to create an entire Worksheet or Document in XML form. Such a representation of a Worksheet or Document may be inserted into the current document using the InsertContent command.

Examples

withDocumentTools:

withDocumentTools:-Layout:

Executing the DocumentBlock command produces a function call.

PDocumentBlock

P_XML_Presentation-Block

(1)

By using additional commands from the Layout Constructors package a nested function call can be produced which represents an entire worksheet.

xmlWorksheetP:

That XML representation of a worksheet can be inserted directly. In this example the block has no contents, but its boundaries can be seen if Document Markers are set as visible.

InsertContentxml:

 

A DocumentBlock can contain one or more execution groups. In the next example such an execution group contains only a text region.

G1GroupInputTextfieldSome text in an Execution Group within a Document Block.,alignment=left:PDocumentBlockG1:

InsertContentWorksheetP:

Some text in an Execution Group within a Document Block.

In the next example the document block contains two execution groups. The second execution group contains both 2D Math input and output.

EinEquation2factorsumi,i=1..n,style=TwoDimInput,executable=true:EoutEquation2factorsumi,i=1..n,style=TwoDimOutput:TinTextfieldEin,alignment=left,prompt=> ,style=MapleInput:ToutTextfieldEout:G2GroupInputTin,OutputTout:PDocumentBlockG1,G2:InsertContentWorksheetP:

Some text in an Execution Group within a Document Block.2factori=1ni

nn+1

(2)

Compatibility

• 

The DocumentTools:-Layout:-DocumentBlock command was introduced in Maple 2015.

• 

For more information on Maple 2015 changes, see Updates in Maple 2015.

See Also

Component Constructors

Document Block

Document Markers

DocumentTools

Equation

InsertContent

Layout Constructors

Table

Textfield

XMLTools