Text frame not being reported in Aspose.words

Hi,
I have a document (DOCX/FlatOPC) that has a text frame in the footer and Aspose is not recognizing the frame. It is treating it as a paragraph.
Is there anything I can do to force a recognition of the frame?

The XML in question looks like this in the footer:

<w:ftr xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wordprocessingCanvas" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:wp14="http://schemas.microsoft.com/office/word/2010/wordprocessingDrawing" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:w14="http://schemas.microsoft.com/office/word/2010/wordml" xmlns:wpg="http://schemas.microsoft.com/office/word/2010/wordprocessingGroup" xmlns:wpi="http://schemas.microsoft.com/office/word/2010/wordprocessingInk" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wps="http://schemas.microsoft.com/office/word/2010/wordprocessingShape" mc:Ignorable="w14 wp14">
	<w:p w:rsidR="002A4DF6" w:rsidRDefault="002A4DF6">
		<w:pPr>
			<w:spacing w:line="240" w:lineRule="exact"/>
		</w:pPr>
	</w:p>
	<w:p w:rsidR="002A4DF6" w:rsidRDefault="002A4DF6">
		<w:pPr>
			<w:framePr w:w="4321" w:wrap="notBeside" w:vAnchor="text" w:hAnchor="text" w:x="1" w:y="1"/>
			<w:jc w:val="center"/>
		</w:pPr>
		<w:r>
			<w:fldChar w:fldCharType="begin"/>
		</w:r>
		<w:r>
			<w:instrText xml:space="preserve">PAGE </w:instrText>
		</w:r>
		<w:r w:rsidR="002A70FF">
			<w:fldChar w:fldCharType="separate"/>
		</w:r>
		<w:r w:rsidR="002A70FF">
			<w:rPr>
				<w:noProof/>
			</w:rPr>
			<w:t>1</w:t>
		</w:r>
		<w:r>
			<w:fldChar w:fldCharType="end"/>
		</w:r>
	</w:p>
	<w:p w:rsidR="002A4DF6" w:rsidRDefault="002A4DF6">
		<w:pPr>
			<w:ind w:right="-5040"/>
		</w:pPr>
	</w:p>
</w:ftr>

–Clayton
Clay.Meisman@thomsonreuters.com

Hello
Thanks for your request. Could you please be more specific regarding your requirement? Please describe what you need to achieve in more detail way and I will try to help you. Also could you please attach your document here for testing?
Best regards,

Hi Andrey,
I found out my problem, first I was running 9.3 or so and 10 fixes the issue.
I’m starting to wrestle with the issues of upgrading.
Sorry about that.

–Clayton Meisman

Hi
It is perfect, that you already fond the reason of the problem. Please let me know in case of any issues, I will be glad to help you.
Best regards,