Method
PapersDocumentDocumentTextget_text_layout
Declaration [src]
gboolean
pps_document_text_get_text_layout (
  PpsDocumentText* document_text,
  PpsPage* page,
  PpsRectangle** areas,
  guint* n_areas
)
Parameters
- page
- 
            Type: PpsPageA PpsPage.The data is owned by the caller of the method. 
- areas
- 
            Type: An array of PpsRectangle*The text areas of the layout. The argument will be set by the function. The argument can be NULL.The length of the array is specified in the n_areasargument.The caller of the method takes ownership of the returned data container, but not the data inside it. 
- n_areas
- 
            Type: guint*The number of text areas in the layout. The argument will be set by the function.