• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Table Cell Diagonal

Explorer ,
Dec 01, 2022 Dec 01, 2022

Copy link to clipboard

Copied

How to add a diagnonal line inside cells of table using sdk functions.

I tried some ways but it works for only diagonal size and colour inside cell properties...but diagonal is not yet coming.

//this is not right may be..not working

ITableLineType::SType lineType = ITableLineType::SType(kSolidPathStrokerBoss, kInvalidUID);  InterfacePtr<ITableLineType> AttrCellDiagnol(CreateObject2<ITableLineType>(kDiagnolCellAdornerBoss));

 

//this is added for diagonal size(weight) and  it works

        InterfacePtr<ITableAttrRealNumber> AttrCellDiagnolWeight(CreateObject2<ITableAttrRealNumber>(kCellAttrDiagnolWeightBoss));

         AttrCellDiagnolWeight->Set(1);

     

TOPICS
SDK

Views

143

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
no replies

Have something to add?

Join the conversation