Hello,
Is it possible in Aspose.Words to access the Frame properties of a style?
I’m trying to mimic this VBA logic in Aspose (latest version):
Documents.Open "D:\TestWithFrame.dotx"
ActiveDocument.Styles("StyleWithFrame").Frame.Width = CentimetersToPoints(15)
I did find the existence of the FrameFormat class in your documentation, but I’m unable to acces that from the style class.
Testtemplate:
TestWithFrame.zip (8.8 KB)