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

Table Cell Diagonal

Explorer ,
Dec 01, 2022 Dec 01, 2022

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
206
Translate
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