LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::vml::TextPortionModel Struct Reference

A text portion in a textbox with the same formatting for all characters. More...

#include <vmltextbox.hxx>

Collaboration diagram for oox::vml::TextPortionModel:
[legend]

Public Member Functions

 TextPortionModel (TextParagraphModel aParagraph, TextFontModel aFont, OUString aText)
 

Public Attributes

TextParagraphModel maParagraph
 
TextFontModel maFont
 
OUString maText
 

Detailed Description

A text portion in a textbox with the same formatting for all characters.

Definition at line 68 of file vmltextbox.hxx.

Constructor & Destructor Documentation

◆ TextPortionModel()

oox::vml::TextPortionModel::TextPortionModel ( TextParagraphModel  aParagraph,
TextFontModel  aFont,
OUString  aText 
)
explicit

Definition at line 43 of file vmltextbox.cxx.

References maText.

Member Data Documentation

◆ maFont

TextFontModel oox::vml::TextPortionModel::maFont

Definition at line 71 of file vmltextbox.hxx.

◆ maParagraph

TextParagraphModel oox::vml::TextPortionModel::maParagraph

Definition at line 70 of file vmltextbox.hxx.

◆ maText

OUString oox::vml::TextPortionModel::maText

Definition at line 72 of file vmltextbox.hxx.


The documentation for this struct was generated from the following files: