LibreOffice Module sw (master) 1
Public Attributes | List of all members
OutputBorderOptions Struct Reference

A structure that holds information about the options selected when outputting a border to DOCX. More...

#include <docxattributeoutput.hxx>

Public Attributes

sal_Int32 tag = 0
 
bool bUseStartEnd = false
 
bool bWriteTag = true
 
bool bWriteDistance = false
 
SvxShadowLocation aShadowLocation = SvxShadowLocation::NONE
 
std::shared_ptr< editeng::WordBorderDistancespDistances
 

Detailed Description

A structure that holds information about the options selected when outputting a border to DOCX.

There are 3 functions that initialize this structure:

Definition at line 93 of file docxattributeoutput.hxx.

Member Data Documentation

◆ aShadowLocation

SvxShadowLocation OutputBorderOptions::aShadowLocation = SvxShadowLocation::NONE

◆ bUseStartEnd

bool OutputBorderOptions::bUseStartEnd = false

◆ bWriteDistance

bool OutputBorderOptions::bWriteDistance = false

◆ bWriteTag

bool OutputBorderOptions::bWriteTag = true

◆ pDistances

std::shared_ptr<editeng::WordBorderDistances> OutputBorderOptions::pDistances

◆ tag

sal_Int32 OutputBorderOptions::tag = 0

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