GcDbTableStyle

class pygcad.pygrx.GcDbTableStyle

Bases: GcDbObject

Methods Summary

alignment(*args, **kwargs)

Overloaded function.

audit(self, pAuditInfo)

C++: GcDbTableStyle::audit(class GcDbAuditInfo *) --> enum Gcad::ErrorStatus

backgroundColor(*args, **kwargs)

Overloaded function.

bitFlags(self)

C++: GcDbTableStyle::bitFlags() const --> unsigned int

cast(inPtr)

C++: GcDbTableStyle::cast(const class GcRxObject *) --> class GcDbTableStyle *

cellClass(self, pszCellStyle)

C++: GcDbTableStyle::cellClass(const wchar_t *) const --> int

className()

C++: GcDbTableStyle::className() --> const wchar_t *

color(*args, **kwargs)

Overloaded function.

copyCellStyle(*args, **kwargs)

Overloaded function.

createCellStyle(*args, **kwargs)

Overloaded function.

deleteCellStyle(self, pszCellStyle)

C++: GcDbTableStyle::deleteCellStyle(const wchar_t *) --> enum Gcad::ErrorStatus

desc()

C++: GcDbTableStyle::desc() --> class GcRxClass *

description(self)

C++: GcDbTableStyle::description() const --> const wchar_t *

dwgInFields(self, pFiler)

C++: GcDbTableStyle::dwgInFields(class GcDbDwgFiler *) --> enum Gcad::ErrorStatus

dwgOutFields(self, pFiler)

C++: GcDbTableStyle::dwgOutFields(class GcDbDwgFiler *) const --> enum Gcad::ErrorStatus

dxfInFields(self, pFiler)

C++: GcDbTableStyle::dxfInFields(class GcDbDxfFiler *) --> enum Gcad::ErrorStatus

dxfOutFields(self, pFiler)

C++: GcDbTableStyle::dxfOutFields(class GcDbDxfFiler *) const --> enum Gcad::ErrorStatus

enableMergeAll(self, bEnable, pszCellStyle)

C++: GcDbTableStyle::enableMergeAll(bool, const wchar_t *) --> enum Gcad::ErrorStatus

flowDirection(self)

C++: GcDbTableStyle::flowDirection() const --> enum GcDb::FlowDirection

format(*args, **kwargs)

Overloaded function.

getGridProperty(self, gridProp, ...)

C++: GcDbTableStyle::getGridProperty(struct GcGridProperty &, enum GcDb::GridLineType, const wchar_t *) const --> enum Gcad::ErrorStatus

getName(*args, **kwargs)

Overloaded function.

getTemplate(*args, **kwargs)

Overloaded function.

getUniqueCellStyleName(self, pszBaseName, ...)

C++: GcDbTableStyle::getUniqueCellStyleName(const wchar_t *, class GcString &) const --> enum Gcad::ErrorStatus

gridColor(*args, **kwargs)

Overloaded function.

gridDoubleLineSpacing(self, gridLineType, ...)

C++: GcDbTableStyle::gridDoubleLineSpacing(enum GcDb::GridLineType, const wchar_t *) const --> double

gridLineStyle(self, gridLineType, pszCellStyle)

C++: GcDbTableStyle::gridLineStyle(enum GcDb::GridLineType, const wchar_t *) const --> enum GcDb::GridLineStyle

gridLineWeight(*args, **kwargs)

Overloaded function.

gridLinetype(self, gridLineType, pszCellStyle)

C++: GcDbTableStyle::gridLinetype(enum GcDb::GridLineType, const wchar_t *) const --> class GcDbObjectId

gridVisibility(*args, **kwargs)

Overloaded function.

horzCellMargin(self)

C++: GcDbTableStyle::horzCellMargin() const --> double

isA(self)

C++: GcDbTableStyle::isA() const --> class GcRxClass *

isBackgroundColorNone(*args, **kwargs)

Overloaded function.

isCellStyleInUse(self, pszCellStyle)

C++: GcDbTableStyle::isCellStyleInUse(const wchar_t *) const --> bool

isHeaderSuppressed(self)

C++: GcDbTableStyle::isHeaderSuppressed() const --> bool

isMergeAllEnabled(self, pszCellStyle)

C++: GcDbTableStyle::isMergeAllEnabled(const wchar_t *) const --> bool

isTitleSuppressed(self)

C++: GcDbTableStyle::isTitleSuppressed() const --> bool

margin(self, nMargin, pszCellStyle)

C++: GcDbTableStyle::margin(enum GcDb::CellMargin, const wchar_t *) const --> double

numCellStyles(self)

C++: GcDbTableStyle::numCellStyles() const --> int

postTableStyleToDb(self, pDb, styleName, ...)

C++: GcDbTableStyle::postTableStyleToDb(class GcDbDatabase *, const wchar_t *, class GcDbObjectId &) --> enum Gcad::ErrorStatus

removeTemplate(self)

C++: GcDbTableStyle::removeTemplate() --> class GcDbObjectId

renameCellStyle(self, pszOldName, pszNewName)

C++: GcDbTableStyle::renameCellStyle(const wchar_t *, const wchar_t *) --> enum Gcad::ErrorStatus

rotation(self, pszCellStyle)

C++: GcDbTableStyle::rotation(const wchar_t *) const --> double

rxInit()

C++: GcDbTableStyle::rxInit() --> void

setAlignment(*args, **kwargs)

Overloaded function.

setBackgroundColor(*args, **kwargs)

Overloaded function.

setBackgroundColorNone(*args, **kwargs)

Overloaded function.

setBitFlags(self, flags)

C++: GcDbTableStyle::setBitFlags(unsigned int) --> enum Gcad::ErrorStatus

setCellClass(self, nClass, pszCellStyle)

C++: GcDbTableStyle::setCellClass(int, const wchar_t *) --> enum Gcad::ErrorStatus

setColor(*args, **kwargs)

Overloaded function.

setDescription(self, pszDescription)

C++: GcDbTableStyle::setDescription(const wchar_t *) --> enum Gcad::ErrorStatus

setFlowDirection(self, flow)

C++: GcDbTableStyle::setFlowDirection(enum GcDb::FlowDirection) --> enum Gcad::ErrorStatus

setFormat(*args, **kwargs)

Overloaded function.

setGridColor(*args, **kwargs)

Overloaded function.

setGridDoubleLineSpacing(self, fSpacing, ...)

C++: GcDbTableStyle::setGridDoubleLineSpacing(double, enum GcDb::GridLineType, const wchar_t *) --> enum Gcad::ErrorStatus

setGridLineStyle(self, nLineStyle, ...)

C++: GcDbTableStyle::setGridLineStyle(enum GcDb::GridLineStyle, enum GcDb::GridLineType, const wchar_t *) --> enum Gcad::ErrorStatus

setGridLineWeight(*args, **kwargs)

Overloaded function.

setGridLinetype(self, id, gridLineTypes, ...)

C++: GcDbTableStyle::setGridLinetype(const class GcDbObjectId &, enum GcDb::GridLineType, const wchar_t *) --> enum Gcad::ErrorStatus

setGridProperty(self, gridProp, ...)

C++: GcDbTableStyle::setGridProperty(const struct GcGridProperty &, enum GcDb::GridLineType, const wchar_t *) --> enum Gcad::ErrorStatus

setGridVisibility(*args, **kwargs)

Overloaded function.

setHorzCellMargin(self, dCellMargin)

C++: GcDbTableStyle::setHorzCellMargin(double) --> enum Gcad::ErrorStatus

setMargin(self, nMargins, fMargin, pszCellStyle)

C++: GcDbTableStyle::setMargin(enum GcDb::CellMargin, double, const wchar_t *) --> enum Gcad::ErrorStatus

setName(self, pszName)

C++: GcDbTableStyle::setName(const wchar_t *) --> enum Gcad::ErrorStatus

setRotation(self, fRotation, pszCellStyle)

C++: GcDbTableStyle::setRotation(double, const wchar_t *) --> enum Gcad::ErrorStatus

setTemplate(*args, **kwargs)

Overloaded function.

setTextHeight(*args, **kwargs)

Overloaded function.

setTextStyle(*args, **kwargs)

Overloaded function.

setVertCellMargin(self, dCellMargin)

C++: GcDbTableStyle::setVertCellMargin(double) --> enum Gcad::ErrorStatus

suppressHeaderRow(self, bValue)

C++: GcDbTableStyle::suppressHeaderRow(bool) --> enum Gcad::ErrorStatus

suppressTitleRow(self, bValue)

C++: GcDbTableStyle::suppressTitleRow(bool) --> enum Gcad::ErrorStatus

textHeight(*args, **kwargs)

Overloaded function.

textStyle(*args, **kwargs)

Overloaded function.

vertCellMargin(self)

C++: GcDbTableStyle::vertCellMargin() const --> double

Methods Documentation

alignment(*args, **kwargs)

Overloaded function.

  1. alignment(self: pygcad.pygrx.GcDbTableStyle) -> pygcad.pygrx.GcDb.CellAlignment

  2. alignment(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcDb.CellAlignment

C++: GcDbTableStyle::alignment(enum GcDb::RowType) const –> enum GcDb::CellAlignment

  1. alignment(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> pygcad.pygrx.GcDb.CellAlignment

C++: GcDbTableStyle::alignment(const wchar_t *) const –> enum GcDb::CellAlignment

audit(self: pygcad.pygrx.GcDbTableStyle, pAuditInfo: pygcad.pygrx.GcDbAuditInfo) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::audit(class GcDbAuditInfo *) –> enum Gcad::ErrorStatus

backgroundColor(*args, **kwargs)

Overloaded function.

  1. backgroundColor(self: pygcad.pygrx.GcDbTableStyle) -> pygcad.pygrx.GcCmColor

  2. backgroundColor(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcCmColor

C++: GcDbTableStyle::backgroundColor(enum GcDb::RowType) const –> class GcCmColor

  1. backgroundColor(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> pygcad.pygrx.GcCmColor

C++: GcDbTableStyle::backgroundColor(const wchar_t *) const –> class GcCmColor

bitFlags(self: pygcad.pygrx.GcDbTableStyle) int

C++: GcDbTableStyle::bitFlags() const –> unsigned int

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcDbTableStyle

C++: GcDbTableStyle::cast(const class GcRxObject *) –> class GcDbTableStyle *

cellClass(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) int

C++: GcDbTableStyle::cellClass(const wchar_t *) const –> int

static className() str

C++: GcDbTableStyle::className() –> const wchar_t *

color(*args, **kwargs)

Overloaded function.

  1. color(self: pygcad.pygrx.GcDbTableStyle) -> pygcad.pygrx.GcCmColor

  2. color(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcCmColor

C++: GcDbTableStyle::color(enum GcDb::RowType) const –> class GcCmColor

  1. color(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> pygcad.pygrx.GcCmColor

C++: GcDbTableStyle::color(const wchar_t *) const –> class GcCmColor

copyCellStyle(*args, **kwargs)

Overloaded function.

  1. copyCellStyle(self: pygcad.pygrx.GcDbTableStyle, pszSrcCellStyle: str, pszTargetCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::copyCellStyle(const wchar_t *, const wchar_t *) –> enum Gcad::ErrorStatus

  1. copyCellStyle(self: pygcad.pygrx.GcDbTableStyle, pSrc: pygcad.pygrx.GcDbTableStyle, pszSrcCellStyle: str, pszTargetCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::copyCellStyle(const class GcDbTableStyle *, const wchar_t *, const wchar_t *) –> enum Gcad::ErrorStatus

createCellStyle(*args, **kwargs)

Overloaded function.

  1. createCellStyle(self: pygcad.pygrx.GcDbTableStyle) -> str

C++: GcDbTableStyle::createCellStyle() –> const wchar_t *

  1. createCellStyle(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::createCellStyle(const wchar_t *) –> enum Gcad::ErrorStatus

  1. createCellStyle(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str, pszFromCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::createCellStyle(const wchar_t *, const wchar_t *) –> enum Gcad::ErrorStatus

deleteCellStyle(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::deleteCellStyle(const wchar_t *) –> enum Gcad::ErrorStatus

static desc() pygcad.pygrx.GcRxClass

C++: GcDbTableStyle::desc() –> class GcRxClass *

description(self: pygcad.pygrx.GcDbTableStyle) str

C++: GcDbTableStyle::description() const –> const wchar_t *

dwgInFields(self: pygcad.pygrx.GcDbTableStyle, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::dwgInFields(class GcDbDwgFiler *) –> enum Gcad::ErrorStatus

dwgOutFields(self: pygcad.pygrx.GcDbTableStyle, pFiler: GcDbDwgFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::dwgOutFields(class GcDbDwgFiler *) const –> enum Gcad::ErrorStatus

dxfInFields(self: pygcad.pygrx.GcDbTableStyle, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::dxfInFields(class GcDbDxfFiler *) –> enum Gcad::ErrorStatus

dxfOutFields(self: pygcad.pygrx.GcDbTableStyle, pFiler: GcDbDxfFiler) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::dxfOutFields(class GcDbDxfFiler *) const –> enum Gcad::ErrorStatus

enableMergeAll(self: pygcad.pygrx.GcDbTableStyle, bEnable: bool, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::enableMergeAll(bool, const wchar_t *) –> enum Gcad::ErrorStatus

flowDirection(self: pygcad.pygrx.GcDbTableStyle) pygcad.pygrx.GcDb.FlowDirection

C++: GcDbTableStyle::flowDirection() const –> enum GcDb::FlowDirection

format(*args, **kwargs)

Overloaded function.

  1. format(self: pygcad.pygrx.GcDbTableStyle) -> str

C++: GcDbTableStyle::format() const –> const wchar_t *

  1. format(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> str

C++: GcDbTableStyle::format(enum GcDb::RowType) const –> const wchar_t *

  1. format(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> str

C++: GcDbTableStyle::format(const wchar_t *) const –> const wchar_t *

getGridProperty(self: pygcad.pygrx.GcDbTableStyle, gridProp: pygcad.pygrx.GcGridProperty, nGridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::getGridProperty(struct GcGridProperty &, enum GcDb::GridLineType, const wchar_t *) const –> enum Gcad::ErrorStatus

getName(*args, **kwargs)

Overloaded function.

  1. getName(self: pygcad.pygrx.GcDbTableStyle, sName: pygcad.pygrx.GcString) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::getName(class GcString &) const –> enum Gcad::ErrorStatus

  1. getName(self: pygcad.pygrx.GcDbTableStyle) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, str]

C++: GcDbTableStyle::getName(wchar_t *&) const –> enum Gcad::ErrorStatus

getTemplate(*args, **kwargs)

Overloaded function.

  1. getTemplate(self: pygcad.pygrx.GcDbTableStyle) -> pygcad.pygrx.GcDbObjectId

C++: GcDbTableStyle::getTemplate() const –> class GcDbObjectId

  1. getTemplate(self: pygcad.pygrx.GcDbTableStyle, mode: pygcad.pygrx.GcDb.OpenMode) -> Tuple[pygcad.pygrx.Gcad.ErrorStatus, GcDbTableTemplate]

C++: GcDbTableStyle::getTemplate(class GcDbTableTemplate *&, enum GcDb::OpenMode) –> enum Gcad::ErrorStatus

getUniqueCellStyleName(self: pygcad.pygrx.GcDbTableStyle, pszBaseName: str, sUniqueName: pygcad.pygrx.GcString) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::getUniqueCellStyleName(const wchar_t *, class GcString &) const –> enum Gcad::ErrorStatus

gridColor(*args, **kwargs)

Overloaded function.

  1. gridColor(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType) -> pygcad.pygrx.GcCmColor

  2. gridColor(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcCmColor

C++: GcDbTableStyle::gridColor(enum GcDb::GridLineType, enum GcDb::RowType) const –> class GcCmColor

  1. gridColor(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) -> pygcad.pygrx.GcCmColor

C++: GcDbTableStyle::gridColor(enum GcDb::GridLineType, const wchar_t *) const –> class GcCmColor

gridDoubleLineSpacing(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) float

C++: GcDbTableStyle::gridDoubleLineSpacing(enum GcDb::GridLineType, const wchar_t *) const –> double

gridLineStyle(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.GcDb.GridLineStyle

C++: GcDbTableStyle::gridLineStyle(enum GcDb::GridLineType, const wchar_t *) const –> enum GcDb::GridLineStyle

gridLineWeight(*args, **kwargs)

Overloaded function.

  1. gridLineWeight(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType) -> pygcad.pygrx.GcDb.LineWeight

  2. gridLineWeight(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcDb.LineWeight

C++: GcDbTableStyle::gridLineWeight(enum GcDb::GridLineType, enum GcDb::RowType) const –> enum GcDb::LineWeight

  1. gridLineWeight(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) -> pygcad.pygrx.GcDb.LineWeight

C++: GcDbTableStyle::gridLineWeight(enum GcDb::GridLineType, const wchar_t *) const –> enum GcDb::LineWeight

gridLinetype(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.GcDbObjectId

C++: GcDbTableStyle::gridLinetype(enum GcDb::GridLineType, const wchar_t *) const –> class GcDbObjectId

gridVisibility(*args, **kwargs)

Overloaded function.

  1. gridVisibility(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType) -> pygcad.pygrx.GcDb.Visibility

  2. gridVisibility(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcDb.Visibility

C++: GcDbTableStyle::gridVisibility(enum GcDb::GridLineType, enum GcDb::RowType) const –> enum GcDb::Visibility

  1. gridVisibility(self: pygcad.pygrx.GcDbTableStyle, gridLineType: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) -> pygcad.pygrx.GcDb.Visibility

C++: GcDbTableStyle::gridVisibility(enum GcDb::GridLineType, const wchar_t *) const –> enum GcDb::Visibility

horzCellMargin(self: pygcad.pygrx.GcDbTableStyle) float

C++: GcDbTableStyle::horzCellMargin() const –> double

isA(self: pygcad.pygrx.GcDbTableStyle) pygcad.pygrx.GcRxClass

C++: GcDbTableStyle::isA() const –> class GcRxClass *

isBackgroundColorNone(*args, **kwargs)

Overloaded function.

  1. isBackgroundColorNone(self: pygcad.pygrx.GcDbTableStyle) -> bool

  2. isBackgroundColorNone(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> bool

C++: GcDbTableStyle::isBackgroundColorNone(enum GcDb::RowType) const –> bool

isCellStyleInUse(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) bool

C++: GcDbTableStyle::isCellStyleInUse(const wchar_t *) const –> bool

isHeaderSuppressed(self: pygcad.pygrx.GcDbTableStyle) bool

C++: GcDbTableStyle::isHeaderSuppressed() const –> bool

isMergeAllEnabled(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) bool

C++: GcDbTableStyle::isMergeAllEnabled(const wchar_t *) const –> bool

isTitleSuppressed(self: pygcad.pygrx.GcDbTableStyle) bool

C++: GcDbTableStyle::isTitleSuppressed() const –> bool

margin(self: pygcad.pygrx.GcDbTableStyle, nMargin: pygcad.pygrx.GcDb.CellMargin, pszCellStyle: str) float

C++: GcDbTableStyle::margin(enum GcDb::CellMargin, const wchar_t *) const –> double

numCellStyles(self: pygcad.pygrx.GcDbTableStyle) int

C++: GcDbTableStyle::numCellStyles() const –> int

postTableStyleToDb(self: pygcad.pygrx.GcDbTableStyle, pDb: pygcad.pygrx.GcDbDatabase, styleName: str, tableStyleId: pygcad.pygrx.GcDbObjectId) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::postTableStyleToDb(class GcDbDatabase *, const wchar_t *, class GcDbObjectId &) –> enum Gcad::ErrorStatus

removeTemplate(self: pygcad.pygrx.GcDbTableStyle) pygcad.pygrx.GcDbObjectId

C++: GcDbTableStyle::removeTemplate() –> class GcDbObjectId

renameCellStyle(self: pygcad.pygrx.GcDbTableStyle, pszOldName: str, pszNewName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::renameCellStyle(const wchar_t *, const wchar_t *) –> enum Gcad::ErrorStatus

rotation(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) float

C++: GcDbTableStyle::rotation(const wchar_t *) const –> double

static rxInit() None

C++: GcDbTableStyle::rxInit() –> void

setAlignment(*args, **kwargs)

Overloaded function.

  1. setAlignment(self: pygcad.pygrx.GcDbTableStyle, alignment: pygcad.pygrx.GcDb.CellAlignment) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setAlignment(self: pygcad.pygrx.GcDbTableStyle, alignment: pygcad.pygrx.GcDb.CellAlignment, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setAlignment(enum GcDb::CellAlignment, int) –> enum Gcad::ErrorStatus

  1. setAlignment(self: pygcad.pygrx.GcDbTableStyle, alignment: pygcad.pygrx.GcDb.CellAlignment, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setAlignment(enum GcDb::CellAlignment, const wchar_t *) –> enum Gcad::ErrorStatus

setBackgroundColor(*args, **kwargs)

Overloaded function.

  1. setBackgroundColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setBackgroundColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setBackgroundColor(const class GcCmColor &, int) –> enum Gcad::ErrorStatus

  1. setBackgroundColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setBackgroundColor(const class GcCmColor &, const wchar_t *) –> enum Gcad::ErrorStatus

setBackgroundColorNone(*args, **kwargs)

Overloaded function.

  1. setBackgroundColorNone(self: pygcad.pygrx.GcDbTableStyle, bValue: bool) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setBackgroundColorNone(self: pygcad.pygrx.GcDbTableStyle, bValue: bool, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setBackgroundColorNone(bool, int) –> enum Gcad::ErrorStatus

setBitFlags(self: pygcad.pygrx.GcDbTableStyle, flags: int) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setBitFlags(unsigned int) –> enum Gcad::ErrorStatus

setCellClass(self: pygcad.pygrx.GcDbTableStyle, nClass: int, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setCellClass(int, const wchar_t *) –> enum Gcad::ErrorStatus

setColor(*args, **kwargs)

Overloaded function.

  1. setColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setColor(const class GcCmColor &, int) –> enum Gcad::ErrorStatus

  1. setColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setColor(const class GcCmColor &, const wchar_t *) –> enum Gcad::ErrorStatus

setDescription(self: pygcad.pygrx.GcDbTableStyle, pszDescription: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setDescription(const wchar_t *) –> enum Gcad::ErrorStatus

setFlowDirection(self: pygcad.pygrx.GcDbTableStyle, flow: pygcad.pygrx.GcDb.FlowDirection) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setFlowDirection(enum GcDb::FlowDirection) –> enum Gcad::ErrorStatus

setFormat(*args, **kwargs)

Overloaded function.

  1. setFormat(self: pygcad.pygrx.GcDbTableStyle, pszFormat: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setFormat(const wchar_t *) –> enum Gcad::ErrorStatus

  1. setFormat(self: pygcad.pygrx.GcDbTableStyle, pszFormat: str, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setFormat(const wchar_t *, int) –> enum Gcad::ErrorStatus

  1. setFormat(self: pygcad.pygrx.GcDbTableStyle, pszFormat: str, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setFormat(const wchar_t *, const wchar_t *) –> enum Gcad::ErrorStatus

setGridColor(*args, **kwargs)

Overloaded function.

  1. setGridColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setGridColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, gridLineTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

  3. setGridColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, gridLineTypes: int, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridColor(const class GcCmColor, int, int) –> enum Gcad::ErrorStatus

  1. setGridColor(self: pygcad.pygrx.GcDbTableStyle, color: pygcad.pygrx.GcCmColor, gridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridColor(const class GcCmColor, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setGridDoubleLineSpacing(self: pygcad.pygrx.GcDbTableStyle, fSpacing: float, gridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridDoubleLineSpacing(double, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setGridLineStyle(self: pygcad.pygrx.GcDbTableStyle, nLineStyle: pygcad.pygrx.GcDb.GridLineStyle, gridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridLineStyle(enum GcDb::GridLineStyle, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setGridLineWeight(*args, **kwargs)

Overloaded function.

  1. setGridLineWeight(self: pygcad.pygrx.GcDbTableStyle, lineWeight: pygcad.pygrx.GcDb.LineWeight) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setGridLineWeight(self: pygcad.pygrx.GcDbTableStyle, lineWeight: pygcad.pygrx.GcDb.LineWeight, gridLineTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

  3. setGridLineWeight(self: pygcad.pygrx.GcDbTableStyle, lineWeight: pygcad.pygrx.GcDb.LineWeight, gridLineTypes: int, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridLineWeight(enum GcDb::LineWeight, int, int) –> enum Gcad::ErrorStatus

  1. setGridLineWeight(self: pygcad.pygrx.GcDbTableStyle, lineWeight: pygcad.pygrx.GcDb.LineWeight, gridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridLineWeight(enum GcDb::LineWeight, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setGridLinetype(self: pygcad.pygrx.GcDbTableStyle, id: pygcad.pygrx.GcDbObjectId, gridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridLinetype(const class GcDbObjectId &, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setGridProperty(self: pygcad.pygrx.GcDbTableStyle, gridProp: pygcad.pygrx.GcGridProperty, nGridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridProperty(const struct GcGridProperty &, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setGridVisibility(*args, **kwargs)

Overloaded function.

  1. setGridVisibility(self: pygcad.pygrx.GcDbTableStyle, visible: pygcad.pygrx.GcDb.Visibility) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setGridVisibility(self: pygcad.pygrx.GcDbTableStyle, visible: pygcad.pygrx.GcDb.Visibility, gridLineTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

  3. setGridVisibility(self: pygcad.pygrx.GcDbTableStyle, visible: pygcad.pygrx.GcDb.Visibility, gridLineTypes: int, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridVisibility(enum GcDb::Visibility, int, int) –> enum Gcad::ErrorStatus

  1. setGridVisibility(self: pygcad.pygrx.GcDbTableStyle, visible: pygcad.pygrx.GcDb.Visibility, gridLineTypes: pygcad.pygrx.GcDb.GridLineType, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setGridVisibility(enum GcDb::Visibility, enum GcDb::GridLineType, const wchar_t *) –> enum Gcad::ErrorStatus

setHorzCellMargin(self: pygcad.pygrx.GcDbTableStyle, dCellMargin: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setHorzCellMargin(double) –> enum Gcad::ErrorStatus

setMargin(self: pygcad.pygrx.GcDbTableStyle, nMargins: pygcad.pygrx.GcDb.CellMargin, fMargin: float, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setMargin(enum GcDb::CellMargin, double, const wchar_t *) –> enum Gcad::ErrorStatus

setName(self: pygcad.pygrx.GcDbTableStyle, pszName: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setName(const wchar_t *) –> enum Gcad::ErrorStatus

setRotation(self: pygcad.pygrx.GcDbTableStyle, fRotation: float, pszCellStyle: str) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setRotation(double, const wchar_t *) –> enum Gcad::ErrorStatus

setTemplate(*args, **kwargs)

Overloaded function.

  1. setTemplate(self: pygcad.pygrx.GcDbTableStyle, templateId: pygcad.pygrx.GcDbObjectId, nOption: pygcad.pygrx.GcDb.MergeCellStyleOption) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setTemplate(const class GcDbObjectId &, enum GcDb::MergeCellStyleOption) –> enum Gcad::ErrorStatus

  1. setTemplate(self: pygcad.pygrx.GcDbTableStyle, pTemplate: GcDbTableTemplate, nOption: pygcad.pygrx.GcDb.MergeCellStyleOption, templateId: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setTemplate(class GcDbTableTemplate *, enum GcDb::MergeCellStyleOption, class GcDbObjectId &) –> enum Gcad::ErrorStatus

setTextHeight(*args, **kwargs)

Overloaded function.

  1. setTextHeight(self: pygcad.pygrx.GcDbTableStyle, dHeight: float) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setTextHeight(self: pygcad.pygrx.GcDbTableStyle, dHeight: float, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setTextHeight(double, int) –> enum Gcad::ErrorStatus

  1. setTextHeight(self: pygcad.pygrx.GcDbTableStyle, dHeight: float, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setTextHeight(double, const wchar_t *) –> enum Gcad::ErrorStatus

setTextStyle(*args, **kwargs)

Overloaded function.

  1. setTextStyle(self: pygcad.pygrx.GcDbTableStyle, id: pygcad.pygrx.GcDbObjectId) -> pygcad.pygrx.Gcad.ErrorStatus

  2. setTextStyle(self: pygcad.pygrx.GcDbTableStyle, id: pygcad.pygrx.GcDbObjectId, rowTypes: int) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setTextStyle(const class GcDbObjectId, int) –> enum Gcad::ErrorStatus

  1. setTextStyle(self: pygcad.pygrx.GcDbTableStyle, id: pygcad.pygrx.GcDbObjectId, pszCellStyle: str) -> pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setTextStyle(const class GcDbObjectId &, const wchar_t *) –> enum Gcad::ErrorStatus

setVertCellMargin(self: pygcad.pygrx.GcDbTableStyle, dCellMargin: float) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::setVertCellMargin(double) –> enum Gcad::ErrorStatus

suppressHeaderRow(self: pygcad.pygrx.GcDbTableStyle, bValue: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::suppressHeaderRow(bool) –> enum Gcad::ErrorStatus

suppressTitleRow(self: pygcad.pygrx.GcDbTableStyle, bValue: bool) pygcad.pygrx.Gcad.ErrorStatus

C++: GcDbTableStyle::suppressTitleRow(bool) –> enum Gcad::ErrorStatus

textHeight(*args, **kwargs)

Overloaded function.

  1. textHeight(self: pygcad.pygrx.GcDbTableStyle) -> float

  2. textHeight(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> float

C++: GcDbTableStyle::textHeight(enum GcDb::RowType) const –> double

  1. textHeight(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> float

C++: GcDbTableStyle::textHeight(const wchar_t *) const –> double

textStyle(*args, **kwargs)

Overloaded function.

  1. textStyle(self: pygcad.pygrx.GcDbTableStyle) -> pygcad.pygrx.GcDbObjectId

  2. textStyle(self: pygcad.pygrx.GcDbTableStyle, rowType: pygcad.pygrx.GcDb.RowType) -> pygcad.pygrx.GcDbObjectId

C++: GcDbTableStyle::textStyle(enum GcDb::RowType) const –> class GcDbObjectId

  1. textStyle(self: pygcad.pygrx.GcDbTableStyle, pszCellStyle: str) -> pygcad.pygrx.GcDbObjectId

C++: GcDbTableStyle::textStyle(const wchar_t *) const –> class GcDbObjectId

vertCellMargin(self: pygcad.pygrx.GcDbTableStyle) float

C++: GcDbTableStyle::vertCellMargin() const –> double