Re: .Net Core SDK, cannot set text property

2025-03-27 Thread Ilya Sokolov
Also speaking of the first issue: the code which reproduces the issue in the WriterDemo.cs looks like: // Create a cursor object XTextCursor cursor = simpleText.createTextCursor(); cursor.query().setPropertyValue("CharWeight", new Any(((float)200))); cursor.query().setPropertyValue("CharEscapeme

Re: .Net Core SDK, cannot set text property

2025-03-27 Thread Ilya Sokolov
Hello, It seems there is another issue with the .Net Core SDK. There is a need to set with of the column of a table. There is a function, which sets the width of a table column, listed below. The function is converted from the code, which works with the .Net Framework SDK. void SetColumnWidth(XT